summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-15 15:35:42 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-15 16:34:16 -0500
commit94b22db5c8c835c54790b32d0549b3cb975b8037 (patch)
tree4212f66fa429cc59e90410c528e30db9dcddf0de /lisc
parent0debea30d462286b921c34ed087dafa1033d1864 (diff)
downloadroux-94b22db5c8c835c54790b32d0549b3cb975b8037.tar.gz
patch isel for store{s,d}
Diffstat (limited to 'lisc')
-rw-r--r--lisc/isel.c2
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: