mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 08:29:08 +00:00
Comment out code that isn't entirely correct.
llvm-svn: 60156
This commit is contained in:
parent
54dad5f940
commit
4a6eedb51d
@ -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…
x
Reference in New Issue
Block a user