This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r250913 - in /trunk/gcc: ChangeLog print-rtl.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]