move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / 2007-08-01-LoadStoreAlign.c
index 75a82c14ad0f96656ef536e50b3f7dd4f600fdfb..5365c06c25790d688b322b8e25328979c8a5133c 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {align 1} | count 2
-// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | llc
+// RUN: %llvmgcc -O3 -S -o - %s | grep {align 1} | count 2
+// RUN: %llvmgcc -O3 -S -o - %s | llc
 
 struct p {
   char a;