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
/
Verifier
/
2008-01-11-VarargAttrs.ll
blob
d3eb7c72699a3eaf90abf5700cd5aa017f0caf3e
1
; RUN: not llvm-as < %s > /dev/null 2>&1
2
3
%struct = type { }
4
5
declare void @foo(...)
6
7
define void @bar() {
8
call void (...) @foo(%struct* sret null )
9
ret void
10
}