]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Turns out the recent IRStmt_NoOp hackery broke the IR optimiser quite
authorJulian Seward <jseward@acm.org>
Tue, 22 Mar 2005 02:24:05 +0000 (02:24 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 22 Mar 2005 02:24:05 +0000 (02:24 +0000)
commitfdbc0a2ebc6eb9d5354f9a3d9110b21ea499c5e1
tree68269333fe2b4caccc112a93f8c320b04eb7cefc
parent7311d5a9f2903478241c638540efc7c6fbc1d552
Turns out the recent IRStmt_NoOp hackery broke the IR optimiser quite
seriously.  It was still transforming correctly, but many of the
transformations had been hampered by no longer being able to recognise
no-ops properly.  This hopefully fixes it.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1069
VEX/priv/ir/iropt.c