mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +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:
parent
5905bc4fd3
commit
7cefd80bd5
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user