print-rtl: NOT is ~, not !
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 7 Aug 2017 10:21:32 +0000 (12:21 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 7 Aug 2017 10:21:32 +0000 (12:21 +0200)
commitd5e2c91a26b85184400e3881baaeda27ade84ef9
treeb5f49de96f7cc1dc02c4f72f39e879ba0b535e85
parent1653a8654977e0708b4669ed6637772cd47ac796
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 "!".

From-SVN: r250913
gcc/ChangeLog
gcc/print-rtl.c