mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 18:31:10 +08:00
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:
parent
b6c9b9bcca
commit
8afa305af6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user