diff options
author | YamaArashi <shadow962@live.com> | 2016-02-17 06:18:37 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-17 06:18:37 -0800 |
commit | 9cc5f8edb21ac07bff87def5155ee71dff449e37 (patch) | |
tree | b75b0eb06bf733811e4f54bd28dd6fa93fa8f485 /gcc/loop.c | |
parent | 75ff61fd74b379f7278b1042e269ea3a6ee66518 (diff) |
get rid of PTR macros
Diffstat (limited to 'gcc/loop.c')
-rwxr-xr-x | gcc/loop.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |