summaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-05 06:55:02 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-05 06:55:02 +0000
commit4f3b25bd1bc9c5b87f408bda0eafc6f45455ac10 (patch)
tree3b3c08aae28d90b998b0682832af59be16e48f95 /gcc/loop.c
parentd601cf7a3ba60bcc6a925bfaa6b1d3aee40b8b11 (diff)
downloadgcc-4f3b25bd1bc9c5b87f408bda0eafc6f45455ac10.tar.gz
* cse.c (cse_insn): Missing cast added.
* loop.c (loop_reg_used_before_p): Ditto. * gcse.c (Pre_gcse, hoist_code): Ditto. * varasm.c (decode_rtx_const): Ditto. * except.c (push_ehqueue): Ditto. * cccp.c (index0): Ditto. * toplev.c (main): Useless `&' removed before function name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31229 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index f25b00abbc8..8d4917ea18e 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -4198,7 +4198,7 @@ strength_reduce (scan_start, end, loop_top, insn_count,
fprintf (loop_dump_stream, "is giv of biv %d\n", bl2->regno);
/* Let this giv be discovered by the generic code. */
REG_IV_TYPE (bl->regno) = UNKNOWN_INDUCT;
- reg_biv_class[bl->regno] = NULL_PTR;
+ reg_biv_class[bl->regno] = (struct iv_class *) NULL_PTR;
/* We can get better optimization if we can move the giv setting
before the first giv use. */
if (dominator