summaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-09 10:00:28 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-09 10:00:28 +0000
commit3a54beafaa08337dab2968b43ffc392b37cc9a71 (patch)
tree9ee23a0ca0759957e9ebeca361012cde0e70ca16 /gcc/rtl.c
parentfce49e7cff4326ac139147df68dbbe10df6736d8 (diff)
downloadgcc-3a54beafaa08337dab2968b43ffc392b37cc9a71.tar.gz
Fix some formatting. Put stuff on a single line where shorter wide-int code
makes that possible. Undo some spurious differences with trunk. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@204613 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 5c61e87dcd7..a361d4fa891 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -457,6 +457,7 @@ rtx_equal_p_cb (const_rtx x, const_rtx y, rtx_equal_p_callback_function cb)
if (XWINT (x, i) != XWINT (y, i))
return 0;
break;
+
case 'n':
case 'i':
if (XINT (x, i) != XINT (y, i))