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
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing
[llvm-core.git]
/
test
/
Verifier
/
jumptable.ll
blob
81984eeb187feeaab6014f129ff1061b1cedaff5
1
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
2
3
define i32 @f() jumptable {
4
ret i32 0
5
}
6
7
; CHECK: Attribute 'jumptable' requires 'unnamed_addr'
8
; CHECK: i32 ()* @f