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
Teach mergefunc that intptr_t is the same width as a pointer. We still can't
[llvm.git]
/
test
/
FrontendC
/
2007-10-02-VolatileArray.c
blob
7e8bf24a84b891bae98b68b0bf0bd4ebcd3f92fa
1
// RUN: %llvmgcc -S %s -o - | grep volatile
2
// PR1647
3
4
void
foo
(
volatile
int
*
p
)
5
{
6
p
[
0
] =
0
;
7
}