move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / 2007-04-11-InlineAsmStruct.c
index 49741c68ee6e7b53927613245829f393ddfa6d69..6c6c1509903dbbd625c48b45673eae3948b7f254 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -emit-llvm -o - | llc
+// RUN: %llvmgcc %s -S -o - | llc
 
 struct V { short X, Y; };
 int bar() {