projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dcdaca
)
The apostrophe was there to signal that the s was coming
author
Daniel Berlin
<dberlin@gcc.gnu.org>
Tue, 12 Oct 2004 18:31:42 +0000
(18:31 +0000)
committer
Daniel Berlin
<dberlin@gcc.gnu.org>
Tue, 12 Oct 2004 18:31:42 +0000
(18:31 +0000)
From-SVN: r88946
gcc/tree-ssa.c
patch
|
blob
|
history
diff --git
a/gcc/tree-ssa.c
b/gcc/tree-ssa.c
index f910c387b255280ff991138d3d8981df2d202a86..affa30474200814941964a8b92cd31836042e5d8 100644
(file)
--- a/
gcc/tree-ssa.c
+++ b/
gcc/tree-ssa.c
@@
-477,7
+477,7
@@
DEF_VEC_MALLOC_P (bitmap);
/* Verify that all name tags have different points to sets.
This algorithm takes advantage of the fact that every variable with the
same name tag must have the same points-to set.
- So we check a single variable for each name tag, and verify that it
'
s
+ So we check a single variable for each name tag, and verify that its
points-to set is different from every other points-to set for other name
tags. */