1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Update test to new EH model.

llvm-svn: 149333
This commit is contained in:
Bill Wendling 2012-01-31 02:05:13 +00:00
parent 8402993dd4
commit 76beba7841

View File

@ -23,8 +23,8 @@ invcont:
ret i32 %retval ret i32 %retval
lpad: lpad:
%eh_ptr = call i8* @llvm.eh.exception() %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
%eh_select = call i32 (i8*, i8*, ...)* @llvm.eh.selector(i8* %eh_ptr, i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*), i8* null) catch i8* null
unreachable unreachable
} }