Files
TinyCC/tests
Michael Matz 9ca9c82ff8 Fix comparing comparisons
Sometimes the result of a comparison is not directly used in a jump,
but in arithmetic or further comparisons.  If those further things
do a vswap() with the VT_CMP as current top, and then generate
instructions for the new top, this most probably destroys the flags
(e.g. if it's a bitfield load like in the example).

vswap() must do the same like vsetc() and not allow VT_CMP vtops
to be moved down.
2012-04-18 20:57:14 +02:00
..
2011-02-24 09:38:13 -08:00
2009-07-18 22:06:54 +02:00
2012-04-18 18:43:09 +02:00
2012-04-18 20:57:14 +02:00