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:
Bill Wendling 2012-01-31 02:05:13 +00:00
parent 4b523b4371
commit 35b8870961

View File

@ -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
}