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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
FrontendC
/
2007-07-29-RestrictPtrArg.c
blob
99eae39054b3e3f8ea1ae85b05ab9479e48a7852
1
// RUN: %llvmgcc -c -emit-llvm %s -o - | llvm-dis | grep noalias
2
3
void
foo
(
int
*
__restrict myptr1
,
int
*
myptr2
) {
4
myptr1
[
0
] =
0
;
5
myptr2
[
0
] =
0
;
6
}