Commit 69fbfdd8 by Richard Kenner

Trivial reformatting.

From-SVN: r87084
parent c51c248f
...@@ -433,8 +433,7 @@ copy_list (tree list) ...@@ -433,8 +433,7 @@ copy_list (tree list)
tree tree
build_int_cst (tree type, HOST_WIDE_INT low) build_int_cst (tree type, HOST_WIDE_INT low)
{ {
return build_int_cst_wide (type, low, return build_int_cst_wide (type, low, low < 0 ? -1 : 0);
low < 0 ? -1 : 0);
} }
/* Create an INT_CST node with a LOW value zero extended. */ /* Create an INT_CST node with a LOW value zero extended. */
......
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