summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
diff options
context:
space:
mode:
authorbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>2012-09-13 18:00:10 +0000
committerbviyer <bviyer@138bc75d-0d04-0410-961f-82ee72b054a4>2012-09-13 18:00:10 +0000
commit5833974a387381edadca641685500d08f60bb825 (patch)
treea2a8c0b4fa5b9921052a4576fb1ed9a2d7bfedd0 /gcc/tree-inline.c
parent53d8b18f0f6422454370ca38755dd79c577691ed (diff)
parent8873e58c710666be83748edc9c1b08c4b5436f8c (diff)
downloadgcc-5833974a387381edadca641685500d08f60bb825.tar.gz
Merged with trunk at revision 191228.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/cilkplus@191274 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r--gcc/tree-inline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c
index 3be73ae3ce4..aff83c0965f 100644
--- a/gcc/tree-inline.c
+++ b/gcc/tree-inline.c
@@ -854,6 +854,7 @@ remap_gimple_op_r (tree *tp, int *walk_subtrees, void *data)
ptr, TREE_OPERAND (*tp, 1));
TREE_THIS_NOTRAP (*tp) = TREE_THIS_NOTRAP (old);
TREE_THIS_VOLATILE (*tp) = TREE_THIS_VOLATILE (old);
+ TREE_SIDE_EFFECTS (*tp) = TREE_SIDE_EFFECTS (old);
TREE_NO_WARNING (*tp) = TREE_NO_WARNING (old);
*walk_subtrees = 0;
return NULL;