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

From-SVN: r8375
This commit is contained in:
Richard Kenner 1994-11-01 18:39:35 -05:00
parent cd6ab2c2f4
commit d50d63c056
1 changed files with 1 additions and 0 deletions

View File

@ -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: