diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-08-14 01:56:37 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-08-14 01:56:37 +0000 |
commit | dc1869661b73eb5ad78ef8edad5aa4488f598e50 (patch) | |
tree | 4176df77f874211a1cafa91fd42c99360c79bc49 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | |
parent | 96147c60f15e419eb73893fc90fd963e80c30aff (diff) | |
download | bcm5719-llvm-dc1869661b73eb5ad78ef8edad5aa4488f598e50.tar.gz bcm5719-llvm-dc1869661b73eb5ad78ef8edad5aa4488f598e50.zip |
Indentation change.
llvm-svn: 78978
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index cf0ddd42438..68afb1b5f2f 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp @@ -3991,8 +3991,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) { case Intrinsic::eh_selector_i32: case Intrinsic::eh_selector_i64: { MachineModuleInfo *MMI = DAG.getMachineModuleInfo(); - EVT VT = (Intrinsic == Intrinsic::eh_selector_i32 ? - MVT::i32 : MVT::i64); + EVT VT = (Intrinsic == Intrinsic::eh_selector_i32 ? MVT::i32 : MVT::i64); if (MMI) { if (CurMBB->isLandingPad()) |