aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>2001-03-12 15:40:51 -0500
committerRichard Kenner <kenner@gcc.gnu.org>2001-03-12 15:40:51 -0500
commit981a4c34baa838711eea526c26f85aea1432a711 (patch)
treebe5a5e56dba84a4b7ea9c1b23dc3ca88edb8facc /gcc
parent1877bd890d27327602b0d54c5b56b598807b3805 (diff)
downloadgcc-981a4c34baa838711eea526c26f85aea1432a711.zip
gcc-981a4c34baa838711eea526c26f85aea1432a711.tar.gz
gcc-981a4c34baa838711eea526c26f85aea1432a711.tar.bz2
Fix typo
From-SVN: r40426
Diffstat (limited to 'gcc')
-rw-r--r--gcc/alias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c
index 6d794ba..c95b48c 100644
--- 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 && t1 == 0)
+ if (t1 == 0 && t2 == 0)
return 0;
/* If one or the other has readonly fields or is readonly,