diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-15 15:35:42 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-15 16:34:16 -0500 |
commit | 94b22db5c8c835c54790b32d0549b3cb975b8037 (patch) | |
tree | 4212f66fa429cc59e90410c528e30db9dcddf0de /lisc/isel.c | |
parent | 0debea30d462286b921c34ed087dafa1033d1864 (diff) | |
download | roux-94b22db5c8c835c54790b32d0549b3cb975b8037.tar.gz |
patch isel for store{s,d}
Diffstat (limited to 'lisc/isel.c')
-rw-r--r-- | lisc/isel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisc/isel.c b/lisc/isel.c index 6937aaf..5699a96 100644 --- a/lisc/isel.c +++ b/lisc/isel.c @@ -240,6 +240,8 @@ sel(Ins i, ANum *an, Fn *fn) break; case ONop: break; + case OStored: + case OStores: case OStorel: case OStorew: case OStoreh: |