Comment out code that isn't entirely correct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60156 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2008-11-27 07:18:35 +00:00
parent b0a57aa893
commit 109872e360

View File

@ -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();
}