mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-25 10:38:44 +00:00
Style police: Expand the tabs to spaces!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
406bfa3e21
commit
335f4f7788
@ -2879,11 +2879,11 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
|
|||||||
case TargetLowering::Legal:
|
case TargetLowering::Legal:
|
||||||
Result = DAG.UpdateNodeOperands(Result, Tmp1);
|
Result = DAG.UpdateNodeOperands(Result, Tmp1);
|
||||||
if (TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)) ==
|
if (TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)) ==
|
||||||
TargetLowering::Custom) {
|
TargetLowering::Custom) {
|
||||||
Tmp1 = TLI.LowerOperation(Result, DAG);
|
Tmp1 = TLI.LowerOperation(Result, DAG);
|
||||||
if (Tmp1.Val) {
|
if (Tmp1.Val) {
|
||||||
Result = Tmp1;
|
Result = Tmp1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case TargetLowering::Promote: {
|
case TargetLowering::Promote: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user