add crippled dce to the allocator

This commit is contained in:
Quentin Carbonneaux 2015-07-27 14:57:56 -04:00
parent 8899449c39
commit 854ecd4009
3 changed files with 20 additions and 7 deletions

View file

@ -18,6 +18,7 @@ OpDesc opdesc[OLast] = {
[ORem] = { 2, 0, "rem" },
[OStore] = { 2, 0, "store" },
[OLoad] = { 1, 0, "load" },
[ONop] = { 0, 0, "nop" },
[OCopy] = { 1, 0, "copy" },
[OSwap] = { 2, 1, "swap" },
[OIADiv] = { 1, 0, "iadiv" },