]> git.xonotic.org Git - xonotic/gmqcc.git/commit
ir_builder_delete now causes the ..._delete_quick functions to be used which will...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 24 Aug 2012 18:39:47 +0000 (20:39 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 24 Aug 2012 18:39:47 +0000 (20:39 +0200)
commit6aefb22c74edd023ff58914751fab7b4fa230cf7
treec5810296cc268db85ca771b15c8089ba32d9e16d
parentb2315777d1106a8ae6652acfc0507ac2fd510fc5
ir_builder_delete now causes the ..._delete_quick functions to be used which will skip the removal of references: ir_value's won't have their read/write references removed by ir_instr_delete_quick
ir.c