projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c51c248
)
Trivial reformatting.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 4 Sep 2004 12:41:42 +0000
(08:41 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 4 Sep 2004 12:41:42 +0000
(08:41 -0400)
From-SVN: r87084
gcc/tree.c
patch
|
blob
|
history
diff --git
a/gcc/tree.c
b/gcc/tree.c
index 3f1abf97b3a70d8f07bc6ce10f15f5655ea342de..465f6605299b17d110dbb8d141e55f3fbdd1c3b1 100644
(file)
--- a/
gcc/tree.c
+++ b/
gcc/tree.c
@@
-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. */