mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-16 11:24:39 +00:00
Indentation change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78978 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user