Made it so that the test cases exercise the instruction with the flags zeroed and with the flags set.

This commit is contained in:
Peter Goodman
2015-12-20 17:47:16 -05:00
parent 5b955b358d
commit 9b3be033a2
6 changed files with 80 additions and 20 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ $DIR/third_party/bin/opt -O3 -o=$1.opt2.bc $1.opt1.bc || {
}
mv $1.opt2.bc $2
rm $1.opt1.bc
rm $1.opt0.bc
#rm $1.opt1.bc
#rm $1.opt0.bc
exit 0