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
/
2005-03-11-Prefetch.c
blob
bf7965304f1d55773e88e4abb5d154bae41748a4
1
// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.prefetch
2
3
void
foo
(
int
*
P
) {
4
__builtin_prefetch
(
P
);
5
__builtin_prefetch
(
P
,
1
);
6
}