aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2002-12-02 20:29:45 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2002-12-02 19:29:45 +0000
commit4ff38cd53f5f24b916133fbc9633bad46b9dc2eb (patch)
treeb4561ee06956c11ad15d4023db4a9cba5e5f42a0 /gcc/unroll.c
parent8d9872d2677718004836ef799956ca703cc81fe9 (diff)
downloadgcc-4ff38cd53f5f24b916133fbc9633bad46b9dc2eb.zip
gcc-4ff38cd53f5f24b916133fbc9633bad46b9dc2eb.tar.gz
gcc-4ff38cd53f5f24b916133fbc9633bad46b9dc2eb.tar.bz2
* unroll.c (copy_loop_body): Copy CONST_OR_PURE_CALL_P.
From-SVN: r59732
Diffstat (limited to 'gcc/unroll.c')
-rw-r--r--gcc/unroll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c
index 3dea451..a357ea2 100644
--- a/gcc/unroll.c
+++ b/gcc/unroll.c
@@ -2214,6 +2214,7 @@ copy_loop_body (loop, copy_start, copy_end, map, exit_label, last_iteration,
REG_NOTES (copy) = initial_reg_note_copy (REG_NOTES (insn), map);
INSN_SCOPE (copy) = INSN_SCOPE (insn);
SIBLING_CALL_P (copy) = SIBLING_CALL_P (insn);
+ CONST_OR_PURE_CALL_P (copy) = CONST_OR_PURE_CALL_P (insn);
/* Because the USAGE information potentially contains objects other
than hard registers, we need to copy it. */