aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-29 21:24:29 +0000
committerRichard Stallman <rms@gnu.org>1992-07-29 21:24:29 +0000
commitd9f8a19965f50d086463522cb5d80a7af24c2468 (patch)
tree2eecf06a4ab001a754966528dfede5f414216fcb
parent89ccb80fc9402ffc91073f9f64eeb5d9678d9177 (diff)
downloadgcc-d9f8a19965f50d086463522cb5d80a7af24c2468.zip
gcc-d9f8a19965f50d086463522cb5d80a7af24c2468.tar.gz
gcc-d9f8a19965f50d086463522cb5d80a7af24c2468.tar.bz2
entered into RCS
From-SVN: r1714
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index e693e3d..d13bbcc 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -1764,7 +1764,7 @@ move_movables (movables, threshold, insn_count, loop_start, end, nregs)
load it with the correct address directly. */
if (GET_CODE (temp) == CALL_INSN
&& fn_address != 0
- && reg_mentioned_p (fn_reg, body))
+ && reg_referenced_p (fn_reg, body))
emit_insn_after (gen_move_insn (fn_reg,
fn_address),
fn_address_insn);