Commit d50d63c0 by Richard Kenner

(simplify_unary_operation, case TRUNCATE): Set LV and HV.

From-SVN: r8375
parent cd6ab2c2
......@@ -3123,6 +3123,7 @@ simplify_unary_operation (code, mode, op, op_mode)
case TRUNCATE:
/* This is just a change-of-mode, so do nothing. */
lv = l1, hv = h1;
break;
case ZERO_EXTEND:
......
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