commit | 7cefd80bd52f239dbb002abdc1c4a7a5f76dd47e | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Aug 14 01:56:37 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Aug 14 01:56:37 2009 +0000 |
tree | cc221cbad5230f75f8f52a92be07db8247ab5caa | |
parent | 5905bc4fd3e444f583225b460e56023a13d01577 [diff] [blame] |
Indentation change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78978 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index cf0ddd4..68afb1b 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
@@ -3991,8 +3991,7 @@ 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())