X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Farith.lisp;h=f6cbab8a37b7c19bac056752d016f47092daae70;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=95408929dbe3c04e2a6b73dc697efcb08d077052;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/compiler/x86/arith.lisp b/src/compiler/x86/arith.lisp index 9540892..f6cbab8 100644 --- a/src/compiler/x86/arith.lisp +++ b/src/compiler/x86/arith.lisp @@ -760,8 +760,6 @@ (inst and result #x0000ffff) (inst and temp #x0000ffff) (inst add result temp))) - - ;;;; binary conditional VOPs