remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2005-03-11-Prefetch.c
blobbf7965304f1d55773e88e4abb5d154bae41748a4
1 // RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.prefetch
3 void foo(int *P) {
4 __builtin_prefetch(P);
5 __builtin_prefetch(P, 1);