Commit f538618e by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r56086
parent 2631af95
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).
......
......@@ -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);
......
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