get rid of OTrunc

This commit is contained in:
Quentin Carbonneaux 2015-08-24 17:53:30 -04:00
parent 5b93eb644a
commit f6349f4b6e
3 changed files with 0 additions and 6 deletions

View file

@ -159,9 +159,6 @@ sel(Ins i, Fn *fn)
case OZext:
n = 0;
goto Emit;
case OTrunc:
n = 1;
goto Emit;
case OAdd:
case OSub:
case OMul:
@ -262,7 +259,6 @@ flagi(Ins *i0, Ins *i)
case OCopy: /* flag-transparent */
case OSext:
case OZext:
case OTrunc:
case OStorel:
case OStorew:
case OStoreb: