diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-09 23:37:30 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-09 23:37:30 +0000 |
commit | 0488953d9dd3ad2fb98eddd52676f9588cb1a758 (patch) | |
tree | 4c6d0f713985583634179f80769bc148df16f6e5 /gcc/loop.c | |
parent | 5c4de4ecb0cc63c0c935f4ec3e7248e7763e77c9 (diff) | |
download | gcc-0488953d9dd3ad2fb98eddd52676f9588cb1a758.tar.gz |
* loop.c (record_biv): Declare parameter as int.
* config/i386/i386-protos.h: Declare long_memory_operand.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30851 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/loop.c b/gcc/loop.c index 96f5e66b65e..19b21e30278 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -5489,6 +5489,7 @@ record_biv (v, insn, dest_reg, inc_val, mult_val, location, rtx *location; int not_every_iteration; int maybe_multiple; + int multi_insn_incr; { struct iv_class *bl; |