projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5298bcc
)
unbreak the build
author
Chris Lattner
<sabre@nondot.org>
Fri, 17 Feb 2006 07:09:27 +0000
(07:09 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index 9d30067a474a5085fab33f18d80a3daaecd30a36..1aa2c4662dbd0abab61deec1d2cf2844eed2ee52 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-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);