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

@ -20,7 +20,6 @@ OpDesc opdesc[NOp] = {
[OAnd] = { "and", 2, 2 },
[OSext] = { "sext", 1, 1 },
[OZext] = { "zext", 1, 1 },
[OTrunc] = { "trunc", 1, 1 },
[OStorel] = { "storel", 2, 0 },
[OStorew] = { "storew", 2, 0 },
[OStores] = { "stores", 2, 0 },