mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
Made it so that the test cases exercise the instruction with the flags zeroed and with the flags set.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user