mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +00:00
Update test to new EH model.
llvm-svn: 149333
This commit is contained in:
parent
8402993dd4
commit
76beba7841
@ -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…
Reference in New Issue
Block a user