Commit 88a5e9da by Richard Kenner

(gen_insn): Use GET_MODE_WIDER_MODE macro instead of directly

accessing the array.

From-SVN: r8544
parent a707a0e8
......@@ -225,7 +225,7 @@ gen_insn (insn)
if (matches && pp[0] == '%' && pp[1] == ')'
&& *np == 0
&& (! force_consec || (int) mode_wider_mode[m1] == m2))
&& (! force_consec || (int) GET_MODE_WIDER_MODE(m1) == m2))
break;
}
......
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