From c5c7673583c6310e7f8e45704fdc4aadff33e393 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 6 Sep 1999 23:49:18 -0600 Subject: Merge in gcc2-ss-010999 From-SVN: r29150 --- gcc/profile.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gcc/profile.c') diff --git a/gcc/profile.c b/gcc/profile.c index 6a473db..e2b54fb 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1554,10 +1554,8 @@ output_arc_profiler (arcno, insert_after) rtx insert_after; { rtx profiler_target_addr - = (arcno - ? gen_rtx_CONST (Pmode, - gen_rtx_PLUS (Pmode, profiler_label, - GEN_INT (LONG_TYPE_SIZE / BITS_PER_UNIT * arcno))) + = (arcno ? plus_constant (profiler_label, + LONG_TYPE_SIZE / BITS_PER_UNIT * arcno) : profiler_label); enum machine_mode mode = mode_for_size (LONG_TYPE_SIZE, MODE_INT, 0); rtx profiler_reg = gen_reg_rtx (mode); -- cgit v1.1