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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2003-10-06-NegateExprType.c
blob
fb8329b344b31cacfede204e4cca4550f6d15a66
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
4
extern
int
A
[
10
];
5
void
Func
(
int
*
B
) {
6
B
- &
A
[
5
];
7
}
8