projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1877bd8
)
Fix typo
author
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 12 Mar 2001 20:40:51 +0000
(15:40 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Mon, 12 Mar 2001 20:40:51 +0000
(15:40 -0500)
From-SVN: r40426
gcc/alias.c
patch
|
blob
|
history
diff --git
a/gcc/alias.c
b/gcc/alias.c
index 6d794ba98c5dcea7861fdd41aea64bf60182811f..c95b48c8e140dd36858c317864c8012b0a361c22 100644
(file)
--- a/
gcc/alias.c
+++ b/
gcc/alias.c
@@
-312,7
+312,7
@@
objects_must_conflict_p (t1, t2)
/* If neither has a type specified, we don't know if they'll conflict
because we may be using them to store objects of various types, for
example the argument and local variables areas of inlined functions. */
- if (t1 == 0 && t
1
== 0)
+ if (t1 == 0 && t
2
== 0)
return 0;
/* If one or the other has readonly fields or is readonly,