Commit 808043ed by Richard Stallman

(regclass): Fix paren error.

From-SVN: r4566
parent 6056afa0
......@@ -553,7 +553,7 @@ regclass (f, nregs)
REGNO (r) = j;
for (m = VOIDmode; (int) m < (int) MAX_MACHINE_MODE;
m = (enum machine_mode) ((int) m) + 1)
m = (enum machine_mode) ((int) m + 1))
if (HARD_REGNO_MODE_OK (j, m))
{
PUT_MODE (r, m);
......
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