forked from OSchip/llvm-project
Remove FileCheck from test case token_landingpad.ll.
The test case only needs to make sure it does not crash LLVM. llvm-svn: 255755
This commit is contained in:
parent
8ebd580cf5
commit
e2222fdf95
|
@ -1,9 +1,8 @@
|
||||||
; RUN: llc < %s | FileCheck %s
|
; RUN: llc < %s
|
||||||
|
|
||||||
; This test verifies that SelectionDAG can handle landingPad of token type.
|
; This test verifies that SelectionDAG can handle landingPad of token type and not crash LLVM.
|
||||||
|
|
||||||
define void @test() personality i32 (...)* @dummy_personality {
|
define void @test() personality i32 (...)* @dummy_personality {
|
||||||
; CHECK: dummy_personality
|
|
||||||
entry:
|
entry:
|
||||||
invoke void @dummy()
|
invoke void @dummy()
|
||||||
to label %return unwind label %unwind
|
to label %return unwind label %unwind
|
||||||
|
|
Loading…
Reference in New Issue