print-rtl.c
49.6 KB
-
print-rtl: NOT is ~, not ! · d5e2c91a
Slim RTL dumps print the RTL code NOT as !, but that is misleading: its semantics are like the C operator ~. This fixes it. * print-rtl.c (print_exp): Print NOT as "~" instead of as "!". From-SVN: r250913
Segher Boessenkool committed