tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP.

2011-10-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

	* tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP.

From-SVN: r179825
This commit is contained in:
Bill Schmidt 2011-10-11 21:21:43 +00:00 committed by William Schmidt
parent e79983f458
commit 2c3784e190
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-10-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* tree-ssa-address.c (copy_ref_info): Remove copy of TREE_THIS_NOTRAP.
2011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
* tree.h (built_in_decls): Delete old interface with two parallel

View File

@ -883,7 +883,6 @@ copy_ref_info (tree new_ref, tree old_ref)
new_pi->align = 1;
new_pi->misalign = 0;
}
TREE_THIS_NOTRAP (new_ref) = TREE_THIS_NOTRAP (base);
}
else if (TREE_CODE (base) == VAR_DECL
|| TREE_CODE (base) == PARM_DECL