diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-08 16:47:34 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-08 16:47:34 -0500 |
commit | 8645a5ae23fb92f7df88f468f82c82d82473b0af (patch) | |
tree | 44f31be5de9553c68ef0bba30d3e106a1ea4d045 /lisc/emit.c | |
parent | a5d2c1334fb4aefef7a85f1086912b1d9a9a5fa5 (diff) | |
download | roux-8645a5ae23fb92f7df88f468f82c82d82473b0af.tar.gz |
add more info in opdesc[]
Diffstat (limited to 'lisc/emit.c')
-rw-r--r-- | lisc/emit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/emit.c b/lisc/emit.c index 34e7d7e..9b2af4e 100644 --- a/lisc/emit.c +++ b/lisc/emit.c @@ -84,7 +84,6 @@ static struct { { OSwap, Ki, "xchg%k %0, %1" }, { OSign, Kl, "cqto" }, { OSign, Kw, "cltd" }, - { OXPush, Ki, "push%k %0" }, { OXDiv, Ki, "idiv%k %0" }, { OXCmp, Ks, "comiss %S0, %S1" }, /* fixme, Kf */ { OXCmp, Kd, "comisd %D0, %D1" }, |