From 9cc5f8edb21ac07bff87def5155ee71dff449e37 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 17 Feb 2016 06:18:37 -0800 Subject: get rid of PTR macros --- gcc/loop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/loop.c') diff --git a/gcc/loop.c b/gcc/loop.c index d5cf5b2..c7680b4 100755 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -4349,7 +4349,7 @@ strength_reduce (scan_start, end, loop_top, insn_count, p = last_consec_insn; record_giv (v, p, src_reg, dest_reg, mult_val, add_val, benefit, - DEST_REG, not_every_iteration, NULL_PTR, loop_start, + DEST_REG, not_every_iteration, NULL, loop_start, loop_end); } @@ -8838,7 +8838,7 @@ rtx get_condition_for_loop (x) rtx x; { - rtx comparison = get_condition (x, NULL_PTR); + rtx comparison = get_condition (x, NULL); if (comparison == 0 || ! invariant_p (XEXP (comparison, 0)) -- cgit v1.2.3