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
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Assembler
/
call-invalid-1.ll
blob
4a12b14a5edb45c5368f59ad15aebc74a801991c
1
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3
declare void @f()
4
5
define void @g() {
6
call void @f() align 8
7
; CHECK: error: call instructions may not have an alignment
8
ret void
9
}