add crippled dce to the allocator
This commit is contained in:
parent
8899449c39
commit
854ecd4009
3 changed files with 20 additions and 7 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue