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

2006-02-16  Daniel Berlin <dberlin@dberlin.org>

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

From-SVN: r111148
This commit is contained in:
Daniel Berlin 2006-02-16 20:29:19 +00:00 committed by Daniel Berlin
parent b6c9b9bcca
commit 8afa305af6
2 changed files with 6 additions and 1 deletions

View 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

View 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