move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / 2007-04-13-InlineAsmStruct2.c
index e4870e75be2f8bf9cfe0af7245fd5c80cf963b38..44ddeb3f95d8d1e147fd658b1536e8a4c77a2afe 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -emit-llvm -o - | grep {call void asm}
+// RUN: %llvmgcc %s -S -o - | grep {call void asm}
 
 struct V { short X, Y; };
 int bar() {