mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-07 20:10:53 +08:00
Fix obvious typo that produced compile time warning.
From-SVN: r24397
This commit is contained in:
parent
34fadae065
commit
cae8acdde0
@ -1,3 +1,8 @@
|
||||
Tue Dec 22 15:15:45 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* rtlanal.c (multiple_sets): Change type of 'found' from 'rtx' to
|
||||
'int'.
|
||||
|
||||
Tue Dec 22 13:55:44 1998 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
|
||||
|
||||
* halfpic.c (half_pic_encode): Delete redundant code.
|
||||
|
@ -698,7 +698,7 @@ int
|
||||
multiple_sets (insn)
|
||||
rtx insn;
|
||||
{
|
||||
rtx found;
|
||||
int found;
|
||||
int i;
|
||||
|
||||
/* INSN must be an insn. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user