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
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
Assembler
/
2002-10-15-NameClash.ll
blob
89346cba9be38c816159efba507c04de337ae7a7
1
; RUN: llvm-as %s -o /dev/null
2
3
declare i32 @"ArrayRef"([100 x i32] * %Array)
4
5
define i32 @"ArrayRef"([100 x i32] * %Array) {
6
ret i32 0
7
}