mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
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:
parent
ad027053fe
commit
39b4166d85
@ -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(...)
|
||||
|
Loading…
Reference in New Issue
Block a user