unbreak the build
authorChris Lattner <sabre@nondot.org>
Fri, 17 Feb 2006 07:09:27 +0000 (07:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Feb 2006 07:09:27 +0000 (07:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26260 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 9d30067a474a5085fab33f18d80a3daaecd30a36..1aa2c4662dbd0abab61deec1d2cf2844eed2ee52 100644 (file)
@@ -164,7 +164,6 @@ X86TargetLowering::X86TargetLowering(TargetMachine &TM)
   // Darwin ABI issue.
   setOperationAction(ISD::GlobalAddress   , MVT::i32  , Custom);
   // 64-bit addm sub, shl, sra, srl (iff 32-bit x86)
-  setOperationAction(ISD::SUB_PARTS       , MVT::i32  , Custom);
   setOperationAction(ISD::SHL_PARTS       , MVT::i32  , Custom);
   setOperationAction(ISD::SRA_PARTS       , MVT::i32  , Custom);
   setOperationAction(ISD::SRL_PARTS       , MVT::i32  , Custom);