(print_node): Fix typo in printing large INTEGER_CST.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 10 Mar 1995 01:40:49 +0000 (20:40 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 10 Mar 1995 01:40:49 +0000 (20:40 -0500)
From-SVN: r9146

gcc/print-tree.c

index 2b002af44faeab7d457a9ae8c648c258df09529b..396c3e221790b2b210edb09ac372e35468a67837 100644 (file)
@@ -637,8 +637,7 @@ print_node (file, prefix, node, indent)
 #endif
                     -TREE_INT_CST_LOW (node));
          else
-            fprintf (file, "%c", 'l');
-         fprintf (file,
+           fprintf (file,
 #if HOST_BITS_PER_WIDE_INT == 64
 #if HOST_BITS_PER_WIDE_INT != HOST_BITS_PER_INT
                     " 0x%lx%016lx",