summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-11 14:10:05 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:33 -0400
commitece185f06705864ae55cbe15fea88c6bc4315f62 (patch)
tree150bc0c4966b16d2d88c8a656c00cf65781f8dba /lisc/lisc.h
parent8201c6161e215e4716f3305e3dcb1e6b3de15ea9 (diff)
downloadroux-ece185f06705864ae55cbe15fea88c6bc4315f62.tar.gz
implement aggregate passing in regs
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index a33b649..1a8b4cc 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -147,7 +147,6 @@ enum Op {
 	OSign,
 	OSAlloc,
 	OXPush,
-	OXMovs,
 	OXDiv,
 	OXCmp,
 	OXSet,