From 981a4c34baa838711eea526c26f85aea1432a711 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 12 Mar 2001 15:40:51 -0500 Subject: [PATCH] Fix typo From-SVN: r40426 --- gcc/alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4