Commit c02a7fbb by Richard Kenner

(memory_address): Fix error in last change.

From-SVN: r6520
parent 41109364
...@@ -416,7 +416,6 @@ memory_address (mode, x) ...@@ -416,7 +416,6 @@ memory_address (mode, x)
x = force_reg (Pmode, x); x = force_reg (Pmode, x);
goto done; goto done;
}
win2: win2:
x = oldx; x = oldx;
...@@ -432,6 +431,7 @@ memory_address (mode, x) ...@@ -432,6 +431,7 @@ memory_address (mode, x)
else else
x = force_operand (x, NULL_RTX); x = force_operand (x, NULL_RTX);
} }
}
done: done:
......
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