mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Update this test to the new EH model.
Though I think it may be obsolete with the loop extract changes. And I couldn't get the old version of LLVM to compile so that I could reduce this testcase. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f0dc257a8f
commit
e3039de722
@ -190,5 +190,9 @@ return: ; preds = %entry
|
||||
ret void
|
||||
|
||||
LongJmpBlkPre: ; preds = %endif.52, %then.40
|
||||
%exn = landingpad { i8*, i32 } personality i32 (...)* @__gcc_personality_v0
|
||||
catch i8* null
|
||||
ret void
|
||||
}
|
||||
|
||||
declare i32 @__gcc_personality_v0(...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user