mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
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:
parent
b0a57aa893
commit
109872e360
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user