Indentation change.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 14 Aug 2009 01:56:37 +0000 (01:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 14 Aug 2009 01:56:37 +0000 (01:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78978 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp

index cf0ddd42438ea6183f4bfc64086f7efae6e9f7b2..68afb1b5f2fe788ee3169fc97357e7b75fe542d8 100644 (file)
@@ -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())