Commit 8af24e26 by Richard Kenner

(apply_distributive_law, case SUBREG): Fix typo when checking for

paradoxical SUBREG.

From-SVN: r9189
parent a2d163c4
...@@ -6536,7 +6536,7 @@ apply_distributive_law (x) ...@@ -6536,7 +6536,7 @@ apply_distributive_law (x)
|| (GET_MODE_CLASS (GET_MODE (lhs)) || (GET_MODE_CLASS (GET_MODE (lhs))
!= GET_MODE_CLASS (GET_MODE (SUBREG_REG (lhs)))) != GET_MODE_CLASS (GET_MODE (SUBREG_REG (lhs))))
|| (GET_MODE_SIZE (GET_MODE (lhs)) || (GET_MODE_SIZE (GET_MODE (lhs))
< GET_MODE_SIZE (GET_MODE (SUBREG_REG (lhs)))) > GET_MODE_SIZE (GET_MODE (SUBREG_REG (lhs))))
|| GET_MODE_SIZE (GET_MODE (SUBREG_REG (lhs))) > UNITS_PER_WORD) || GET_MODE_SIZE (GET_MODE (SUBREG_REG (lhs))) > UNITS_PER_WORD)
return x; return x;
......
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