mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Update to the new EH syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140103 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9f666b5f2e
commit
9ead2c0609
@ -18,16 +18,12 @@ invcont17.normaldest: ; preds = %invcont17.normaldest917, %bb_main
|
||||
br label %bb_main
|
||||
|
||||
invcont17.normaldest.normaldest: ; No predecessors!
|
||||
%eh_ptr = call i8* @llvm.eh.exception()
|
||||
%eh_select = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %eh_ptr, i8* bitcast (void ()* @__gxx_personality_v0 to i8*), i8* null)
|
||||
%exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
|
||||
catch i8* null
|
||||
store i32 %tmp23, i32* undef
|
||||
br label %bb_main
|
||||
}
|
||||
|
||||
declare i32 @foo()
|
||||
|
||||
declare i8* @llvm.eh.exception()
|
||||
|
||||
declare i32 @llvm.eh.selector(i8*, i8*, ...)
|
||||
|
||||
declare void @__gxx_personality_v0()
|
||||
declare i32 @__gxx_personality_v0(...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user