Commit 2c3784e1 by Bill Schmidt Committed by William Schmidt

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
parent e79983f4
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
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment