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:
b0a57aa
)
Comment out code that isn't entirely correct.
author
Bill Wendling
<isanbard@gmail.com>
Thu, 27 Nov 2008 07:18:35 +0000
(07:18 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Thu, 27 Nov 2008 07:18:35 +0000
(07:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60156
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 13bbf53ebb67b23a7bafc61c27b7a033dd0e7318..eae1b11e0718ecd77956b50e5db2092f4f79c457 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-6150,6
+6150,8
@@
SDValue X86TargetLowering::LowerCTTZ(SDValue Op, SelectionDAG &DAG) {
SDValue X86TargetLowering::LowerXADDO(SDValue Op, SelectionDAG &DAG,
ISD::NodeType NTy) {
+#if 0
+ // FIXME: Lowering XADDO should use BRCOND as well.
SDNode *N = Op.getNode();
for (SDNode::use_iterator I = N->use_begin(), E = N->use_end(); I != E; ++I) {
@@
-6169,7
+6171,7
@@
SDValue X86TargetLowering::LowerXADDO(SDValue Op, SelectionDAG &DAG,
return Sum;
}
}
-
+#endif
return SDValue();
}