Commit cae8acdd by Nick Clifton Committed by Nick Clifton

Fix obvious typo that produced compile time warning.

From-SVN: r24397
parent 34fadae0
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment