Trivial reformatting.

From-SVN: r87084
This commit is contained in:
Richard Kenner 2004-09-04 08:41:42 -04:00
parent c51c248f9f
commit 69fbfdd8c6

View File

@ -433,8 +433,7 @@ copy_list (tree list)
tree
build_int_cst (tree type, HOST_WIDE_INT low)
{
return build_int_cst_wide (type, low,
low < 0 ? -1 : 0);
return build_int_cst_wide (type, low, low < 0 ? -1 : 0);
}
/* Create an INT_CST node with a LOW value zero extended. */