mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Whitespace changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
80b990204b
commit
bc5e15eafb
@ -4335,7 +4335,7 @@ SDValue SelectionDAGLegalize::LegalizeOp(SDValue Op) {
|
|||||||
case TargetLowering::Legal:
|
case TargetLowering::Legal:
|
||||||
// FIXME: According to Hacker's Delight, this can be implemented in
|
// FIXME: According to Hacker's Delight, this can be implemented in
|
||||||
// target independent lowering, but it would be inefficient, since it
|
// target independent lowering, but it would be inefficient, since it
|
||||||
// requires a division + a branch
|
// requires a division + a branch.
|
||||||
assert(0 && "Target independent lowering is not supported for SMULO/UMULO!");
|
assert(0 && "Target independent lowering is not supported for SMULO/UMULO!");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -6173,8 +6173,7 @@ SDValue X86TargetLowering::LowerXALUO(SDValue Op, SelectionDAG &DAG) {
|
|||||||
|
|
||||||
SDValue SetCC =
|
SDValue SetCC =
|
||||||
DAG.getNode(X86ISD::SETCC, N->getValueType(1),
|
DAG.getNode(X86ISD::SETCC, N->getValueType(1),
|
||||||
DAG.getConstant(Cond,
|
DAG.getConstant(Cond, MVT::i32), SDValue(Sum.getNode(), 1));
|
||||||
MVT::i32), SDValue(Sum.getNode(), 1));
|
|
||||||
|
|
||||||
DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SetCC);
|
DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), SetCC);
|
||||||
return Sum;
|
return Sum;
|
||||||
|
Loading…
Reference in New Issue
Block a user