mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Whitespace clean up (tabs with spaces)
llvm-svn: 60866
This commit is contained in:
parent
4448877ed7
commit
80cfaeecfe
@ -3928,15 +3928,15 @@ SDValue SelectionDAGLegalize::LegalizeOp(SDValue Op) {
|
|||||||
switch (TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0))) {
|
switch (TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0))) {
|
||||||
default: assert(0 && "Unknown TRUNCATE legalization operation action!");
|
default: assert(0 && "Unknown TRUNCATE legalization operation action!");
|
||||||
case TargetLowering::Custom:
|
case TargetLowering::Custom:
|
||||||
isCustom = true;
|
isCustom = true;
|
||||||
// FALLTHROUGH
|
// FALLTHROUGH
|
||||||
case TargetLowering::Legal:
|
case TargetLowering::Legal:
|
||||||
Result = DAG.UpdateNodeOperands(Result, Tmp1);
|
Result = DAG.UpdateNodeOperands(Result, Tmp1);
|
||||||
if (isCustom) {
|
if (isCustom) {
|
||||||
Tmp1 = TLI.LowerOperation(Result, DAG);
|
Tmp1 = TLI.LowerOperation(Result, DAG);
|
||||||
if (Tmp1.getNode()) Result = Tmp1;
|
if (Tmp1.getNode()) Result = Tmp1;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Expand:
|
case Expand:
|
||||||
|
Loading…
Reference in New Issue
Block a user