* emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
to step through CC modes.
From-SVN: r29041
+Wed Sep 1 18:21:23 1999 Richard Henderson <rth@cygnus.com>
+
+ * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
+ to step through CC modes.
+
Wed Sep 1 20:18:06 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* regmove.c (fixup_match_1): Don't move INSN in front of P if
const_tiny_rtx[i][(int) mode] = GEN_INT (i);
}
- for (mode = GET_CLASS_NARROWEST_MODE (MODE_CC); mode != VOIDmode;
- mode = GET_MODE_WIDER_MODE (mode))
- const_tiny_rtx[0][(int) mode] = const0_rtx;
-
+ for (mode = CCmode; mode < MAX_MACHINE_MODE; ++mode)
+ if (GET_MODE_CLASS (mode) == MODE_CC)
+ const_tiny_rtx[0][(int) mode] = const0_rtx;
/* Assign register numbers to the globally defined register rtx.
This must be done at runtime because the register number field