summaryrefslogtreecommitdiffstats
path: root/ir_clone.cpp
Commit message (Expand)AuthorAgeFilesLines
* Quiet unused arg warning for ir_constant cloning.Eric Anholt2010-06-241-0/+2
* Move ir_constant cloning alongside the other cloning functions.Eric Anholt2010-06-241-0/+31
* Fix variable remapping in function cloning.Eric Anholt2010-06-241-1/+1
* Add a virtual clone() method to ir_instruction.Eric Anholt2010-06-231-0/+240