tree-ssa-operands.c (access_can_touch_variable): Fix typo in previous change.
authorDaniel Berlin <dberlin@dberlin.org>
Thu, 16 Feb 2006 20:29:19 +0000 (20:29 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Thu, 16 Feb 2006 20:29:19 +0000 (20:29 +0000)
2006-02-16  Daniel Berlin <dberlin@dberlin.org>

* tree-ssa-operands.c (access_can_touch_variable): Fix typo in
 previous change.

From-SVN: r111148

gcc/ChangeLog
gcc/tree-ssa-operands.c

index 953abf6cadd5bb89805f8f0ed34f0a1ee8431cfb..f9961f978caa2527eb9e7d6cbe596e3375425279 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-16  Daniel Berlin <dberlin@dberlin.org>
+
+       * tree-ssa-operands.c (access_can_touch_variable): Fix typo in
+        previous change.
+
 2006-02-16  Zdenek Dvorak <dvorakz@suse.cz>
 
        * loop-invariant.c (invariant_for_use, check_dependencies): Fail for
index 70b4ea1097239320f244259b2917c40c5f2889a7..3318b0ece28dfe94e0735d4a2b222dd77498d36e 100644 (file)
@@ -1701,7 +1701,7 @@ access_can_touch_variable (tree ref, tree alias, HOST_WIDE_INT offset,
           && TREE_CODE (ref) != INDIRECT_REF
           && !MTAG_P (alias)
           && !AGGREGATE_TYPE_P (TREE_TYPE (alias))
-          && !TREE_CODE (TREE_TYPE (alias)) == COMPLEX_TYPE
+          && TREE_CODE (TREE_TYPE (alias)) != COMPLEX_TYPE
           && !POINTER_TYPE_P (TREE_TYPE (alias)))
     {
 #ifdef ACCESS_DEBUGGING