move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / 2008-05-19-AlwaysInline.c
index 506f6cf9c509fae3cbd73f434c2f1a099d8fdf72..8dcb57b1862e745dcbba88bda105d38420a7894a 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %llvmgcc %s -S -fno-unit-at-a-time -emit-llvm -O0 -o - | not grep sabrina
-// RUN: %llvmgcc %s -S -funit-at-a-time -emit-llvm -O0 -o - | not grep sabrina
+// RUN: %llvmgcc %s -S -fno-unit-at-a-time -O0 -o - | not grep sabrina
+// RUN: %llvmgcc %s -S -funit-at-a-time -O0 -o - | not grep sabrina
 
 static inline int sabrina (void) __attribute__((always_inline));
 static inline int sabrina (void)