summaryrefslogtreecommitdiff
path: root/ir_clone.cpp
AgeCommit message (Collapse)Author
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.