repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Assembler
/
invalid-landingpad.ll
blob
44bf8db1768714a53dccbeee5835e21d87e0a817
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: clause argument must be a constant
4
5
define void @test(i32 %in) personality void()* null {
6
landingpad {} filter i32 %in
7
}