summaryrefslogtreecommitdiff
path: root/ir_clone.cpp
AgeCommit message (Collapse)Author
2010-06-24Quiet unused arg warning for ir_constant cloning.Eric Anholt
2010-06-24Move ir_constant cloning alongside the other cloning functions.Eric Anholt
2010-06-24Fix variable remapping in function cloning.Eric Anholt
It's (ht, data, key) not (ht, key, data).
2010-06-23Add a virtual clone() method to ir_instruction.Eric Anholt
This will be used by function inlining, the linker, and avoiding double usage of the LHS deref chains in ++, *=, and similar operations.