Commit f1df04f3 by Jeff Law

Revert experimental hunk accidentally included in committed change.

From-SVN: r39828
parent 31d68947
...@@ -382,9 +382,8 @@ move_operand (op, mode) ...@@ -382,9 +382,8 @@ move_operand (op, mode)
if (GET_CODE (op) == LO_SUM if (GET_CODE (op) == LO_SUM
&& GET_CODE (XEXP (op, 0)) == REG && GET_CODE (XEXP (op, 0)) == REG
&& REG_OK_FOR_BASE_P (XEXP (op, 0)) && REG_OK_FOR_BASE_P (XEXP (op, 0))
&& GET_CODE (XEXP (op, 1)) == UNSPEC && GET_CODE (XEXP (op, 1)) == UNSPEC)
&& GET_MODE (op) == Pmode) return 0;
return 1;
/* Since move_operand is only used for source operands, we can always /* Since move_operand is only used for source operands, we can always
allow scaled indexing! */ allow scaled indexing! */
......
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