mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-30 17:02:29 +00:00
Fixed test case in rL255749: [SelectionDAGBuilder] Adds support for landingpads of token type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
299345489e
commit
3641df1113
@ -3,7 +3,7 @@
|
||||
; This test verifies that SelectionDAG can handle landingPad of token type.
|
||||
|
||||
define void @test() personality i32 (...)* @dummy_personality {
|
||||
; CHECK: .cfi_personality 155, _dummy_personality
|
||||
; CHECK: dummy_personality
|
||||
entry:
|
||||
invoke void @dummy()
|
||||
to label %return unwind label %unwind
|
||||
|
Loading…
x
Reference in New Issue
Block a user