r250913 - in /trunk/gcc: ChangeLog print-rtl.c
segher@gcc.gnu.org
segher@gcc.gnu.org
Mon Aug 7 10:21:00 GMT 2017
Author: segher
Date: Mon Aug 7 10:21:32 2017
New Revision: 250913
URL: https://gcc.gnu.org/viewcvs?rev=250913&root=gcc&view=rev
Log:
print-rtl: NOT is ~, not !
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 "!".
Modified:
trunk/gcc/ChangeLog
trunk/gcc/print-rtl.c
More information about the Gcc-cvs
mailing list