mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
e79983f458
commit
2c3784e190
|
@ -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>
|
2011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
|
||||||
|
|
||||||
* tree.h (built_in_decls): Delete old interface with two parallel
|
* 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->align = 1;
|
||||||
new_pi->misalign = 0;
|
new_pi->misalign = 0;
|
||||||
}
|
}
|
||||||
TREE_THIS_NOTRAP (new_ref) = TREE_THIS_NOTRAP (base);
|
|
||||||
}
|
}
|
||||||
else if (TREE_CODE (base) == VAR_DECL
|
else if (TREE_CODE (base) == VAR_DECL
|
||||||
|| TREE_CODE (base) == PARM_DECL
|
|| TREE_CODE (base) == PARM_DECL
|
||||||
|
|
Loading…
Reference in New Issue