diff options
| author | Scott Michel <scottm@aero.org> | 2007-08-02 02:22:46 +0000 |
|---|---|---|
| committer | Scott Michel <scottm@aero.org> | 2007-08-02 02:22:46 +0000 |
| commit | 5b80ecbcf58a71a7ba87a476bf10ecb8dfcc04b1 (patch) | |
| tree | 0a5a1b07f3bf41d509c823f1fd18ea9ede6687cc /llvm/lib/CodeGen/SelectionDAG | |
| parent | 1a802014264a9ee6c9f5a3561a87c1f27860bd94 (diff) | |
| download | bcm5719-llvm-5b80ecbcf58a71a7ba87a476bf10ecb8dfcc04b1.tar.gz bcm5719-llvm-5b80ecbcf58a71a7ba87a476bf10ecb8dfcc04b1.zip | |
Style police: Expand the tabs to spaces!
llvm-svn: 40712
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index b25670c33bf..274535633ce 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -2879,11 +2879,11 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) { case TargetLowering::Legal: Result = DAG.UpdateNodeOperands(Result, Tmp1); if (TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)) == - TargetLowering::Custom) { - Tmp1 = TLI.LowerOperation(Result, DAG); - if (Tmp1.Val) { - Result = Tmp1; - } + TargetLowering::Custom) { + Tmp1 = TLI.LowerOperation(Result, DAG); + if (Tmp1.Val) { + Result = Tmp1; + } } break; case TargetLowering::Promote: { |

