tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_VOLATILE.
authorRichard Guenther <rguenther@suse.de>
Sat, 1 Sep 2007 09:07:17 +0000 (09:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sat, 1 Sep 2007 09:07:17 +0000 (09:07 +0000)
commitb65e51a81fd877211cacb75bc07b56dcb45444b4
tree52ed878bcfb4c2023c1cf9eea40a00902d2eb7b6
parent9822c455b907da9898eb5ea0a467ffe4421003bd
tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_VOLATILE.

2007-09-01  Richard Guenther  <rguenther@suse.de>

* tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE
instead of TREE_THIS_VOLATILE.
* tree-ssa-operands.c (add_virtual_operand): Do not set
has_volatile_ops.  Do not check s_ann for NULL.
(get_indirect_ref_operands): Likewise.
(get_expr_operands): Likewise.  For all reference trees
set has_volatile_ops based on TREE_THIS_VOLATILE.  Also
check base of reference for TREE_THIS_VOLATILE.

From-SVN: r128012
gcc/ChangeLog
gcc/tree-ssa-alias.c
gcc/tree-ssa-operands.c