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
/
2003-05-31-MissingStructName.ll
blob
19c78402292616cbee50a16ac753cc9230d1f203
1
; RUN: llc < %s -march=c
2
3
; The C backend was dying when there was no typename for a struct type!
4
5
declare i32 @test(i32, { [32 x i32] }*)