* ip2k.c (ip2k_set_compare): Add missing iteration variable.

From-SVN: r56086
This commit is contained in:
Kaveh R. Ghazi 2002-08-07 01:58:49 +00:00 committed by Kaveh Ghazi
parent 2631af958d
commit f538618eff
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2002-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* ip2k.c (ip2k_set_compare): Add missing iteration variable.
* Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not
$(GCONFIG_H).

View File

@ -1090,6 +1090,7 @@ ip2k_set_compare (x, y)
if (GET_MODE (x) == DImode && GET_CODE (y) == CONST_INT)
{
rtx value;
int i;
value = rtx_alloc (CONST_DOUBLE);
PUT_MODE (value, VOIDmode);