Commit 8fcf10c0 by Richard Kenner

(print_node): Fix typo in printing large INTEGER_CST.

From-SVN: r9146
parent 809d6575
...@@ -637,8 +637,7 @@ print_node (file, prefix, node, indent) ...@@ -637,8 +637,7 @@ print_node (file, prefix, node, indent)
#endif #endif
-TREE_INT_CST_LOW (node)); -TREE_INT_CST_LOW (node));
else else
fprintf (file, "%c", 'l'); fprintf (file,
fprintf (file,
#if HOST_BITS_PER_WIDE_INT == 64 #if HOST_BITS_PER_WIDE_INT == 64
#if HOST_BITS_PER_WIDE_INT != HOST_BITS_PER_INT #if HOST_BITS_PER_WIDE_INT != HOST_BITS_PER_INT
" 0x%lx%016lx", " 0x%lx%016lx",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment