]> git.ipfire.org Git - thirdparty/gcc.git/commit
print-rtl: NOT is ~, not !
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Aug 2017 10:21:32 +0000 (10:21 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Aug 2017 10:21:32 +0000 (10:21 +0000)
commita6b480f2eb0113e36da964eb70a23e351ecb8863
treeb5f49de96f7cc1dc02c4f72f39e879ba0b535e85
parent9b1b459ff321c1d522d4be089dd51c33b3a362b2
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 "!".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250913 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/print-rtl.c