Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20040824-1.c
blob7d81932f33cedda80504c2c767fa6cd75ce85bbe
1 /* This caused an out-of-range address on the MIPS port. */
2 void foo (char *x) { __builtin_prefetch (x + 0x8000); }