Update test to remove the 'unwind' instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2011-09-19 23:01:11 +00:00
parent ad027053fe
commit 39b4166d85

View File

@ -10,6 +10,9 @@ Cont: ; preds = %EB
ret i32 %V
Unw: ; preds = %EB
unwind
%exn = landingpad {i8*, i32} personality i32 (...)* @__gcc_personality_v0
catch i8* null
resume { i8*, i32 } %exn
}
declare i32 @__gcc_personality_v0(...)