repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IR: de-duplicate two CmpInst routines (NFC) (#116866)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-landingpad.ll
blob
805d3dbaa4d2066ccbd59e8eb76540aa23552f89
1
; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck -DFILE=%s %s
2
3
4
define void @test(i32 %in) personality ptr null {
5
; CHECK: [[FILE]]:[[@LINE+1]]:24: error: 'filter' clause has an invalid type
6
landingpad {} filter i32 %in
7
}