Commit 239db5fc by Richard Stallman

(make_compound_operation, case ASHIFTRT): Fix typo.

Was using C1 where C2 is needed.

From-SVN: r4586
parent 4908e508
...@@ -5217,7 +5217,7 @@ make_compound_operation (x, in_code) ...@@ -5217,7 +5217,7 @@ make_compound_operation (x, in_code)
gen_binary (GET_CODE (XEXP (x, 0)), mode, new, gen_binary (GET_CODE (XEXP (x, 0)), mode, new,
GEN_INT (newop1)), GEN_INT (newop1)),
INTVAL (c2) - INTVAL (c1), INTVAL (c2) - INTVAL (c1),
NULL_RTX, mode_width - INTVAL (c1), NULL_RTX, mode_width - INTVAL (c2),
code == LSHIFTRT, 0, in_code == COMPARE); code == LSHIFTRT, 0, in_code == COMPARE);
} }
......
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