get rid of OTrunc
This commit is contained in:
parent
5b93eb644a
commit
f6349f4b6e
3 changed files with 0 additions and 6 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue