Indentation change.

llvm-svn: 78978
This commit is contained in:
Evan Cheng 2009-08-14 01:56:37 +00:00
parent 96147c60f1
commit dc1869661b
1 changed files with 1 additions and 2 deletions

View 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())