repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up some of LVI:
[llvm.git]
/
test
/
FrontendC
/
2002-09-08-PointerShifts.c
blob
86ff2f98afc4a2ca4eee51d597d0681af89a5796
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
4
int
foo
(
int
*
A
,
unsigned
X
) {
5
return
A
[
X
];
6
}