X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fcompiler%2Fx86%2Farith.lisp;h=f6cbab8a37b7c19bac056752d016f47092daae70;hb=cfb9e3640e34706acdfccd26236024de259f3b4f;hp=95408929dbe3c04e2a6b73dc697efcb08d077052;hpb=99ad0a384664dc98af26245a33f11619ec0854ad;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