summary refs log tree commit diff
path: root/lisc/isel.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-08 16:47:34 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-08 16:47:34 -0500
commit8645a5ae23fb92f7df88f468f82c82d82473b0af (patch)
tree44f31be5de9553c68ef0bba30d3e106a1ea4d045 /lisc/isel.c
parenta5d2c1334fb4aefef7a85f1086912b1d9a9a5fa5 (diff)
downloadroux-8645a5ae23fb92f7df88f468f82c82d82473b0af.tar.gz
add more info in opdesc[]
Diffstat (limited to 'lisc/isel.c')
-rw-r--r--lisc/isel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/isel.c b/lisc/isel.c
index 2c05b22..1beb200 100644
--- a/lisc/isel.c
+++ b/lisc/isel.c
@@ -291,7 +291,6 @@ sel(Ins i, ANum *an, Fn *fn)
 	case_OLoad:
 		seladdr(&i.arg[0], an, fn);
 		goto Emit;
-	case OXPush:
 	case OCall:
 	case OSAlloc:
 	case OCopy: