aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/88_codeopt.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some code suppression falloutMichael Matz2016-12-201-0/+68
Some more subtle issues with code suppression: - outputting asms but not their operand setup is broken - but global asms must always be output - statement expressions are transparent to code suppression - vtop can't be transformed from VT_CMP/VT_JMP when nocode_wanted Also remove .exe files from tests2 if they don't fail.