repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git]
/
test
/
CodeGen
/
CBackend
/
2002-09-20-VarArgPrototypes.ll
blob
e915cd2fb3f4284907d926123c2586cf7a1a49b2
1
; RUN: llc < %s -march=c
2
3
4
declare void @foo(...)
5
6