From d9f8a19965f50d086463522cb5d80a7af24c2468 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 29 Jul 1992 21:24:29 +0000 Subject: entered into RCS From-SVN: r1714 --- gcc/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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); -- cgit v1.1