mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-02 16:54:58 +00:00
Update test to new EH model.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149333 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b523b4371
commit
35b8870961
@ -23,8 +23,8 @@ invcont:
|
||||
ret i32 %retval
|
||||
|
||||
lpad:
|
||||
%eh_ptr = call i8* @llvm.eh.exception()
|
||||
%eh_select = call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %eh_ptr, i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*), i8* null)
|
||||
%exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
|
||||
catch i8* null
|
||||
unreachable
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user