projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8aa00
)
(tree_int_cst_sgn): Fix typo in comment.
author
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 2 Nov 2005 17:53:14 +0000
(12:53 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 2 Nov 2005 17:53:14 +0000
(12:53 -0500)
From-SVN: r106387
gcc/tree.c
patch
|
blob
|
history
diff --git
a/gcc/tree.c
b/gcc/tree.c
index 946bf90044eaa05066f41c07a416c2ab5aea7520..48375d7f32d172c3f7c8f5a47ee2f3a0364b596d 100644
(file)
--- a/
gcc/tree.c
+++ b/
gcc/tree.c
@@
-4406,7
+4406,7
@@
tree_int_cst_msb (tree t)
/* Return an indication of the sign of the integer constant T.
The return value is -1 if T < 0, 0 if T == 0, and 1 if T > 0.
- Note that -1 will never be returned i
t
T's type is unsigned. */
+ Note that -1 will never be returned i
f
T's type is unsigned. */
int
tree_int_cst_sgn (tree t)