diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-07-27 14:57:56 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:29 -0400 |
commit | 854ecd40092a33184aaa20b0bfbc023c7df6a3d0 (patch) | |
tree | 14c18bd8207b76863def9a728ac3685cf33ecc4e /lisc/parse.c | |
parent | 8899449c39f66b8d7db24c33a56708e7678e70ad (diff) | |
download | roux-854ecd40092a33184aaa20b0bfbc023c7df6a3d0.tar.gz |
add crippled dce to the allocator
Diffstat (limited to 'lisc/parse.c')
-rw-r--r-- | lisc/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisc/parse.c b/lisc/parse.c index 768fc8e..77bde86 100644 --- a/lisc/parse.c +++ b/lisc/parse.c @@ -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" }, |