repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git]
/
test
/
FrontendC
/
2003-10-06-NegateExprType.c
blob
02386031b71f3f891ea618d46f56232b753f6c12
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
4
extern
int
A
[
10
];
5
void
Func
(
int
*
B
) {
6
B
- &
A
[
5
];
7
}
8