move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / BasicInstrs.c
index 812b49db28db049e4814fb6a7a06dfb18abfcd43..ceed17c2ba9adfc04651577794861d225678181e 100644 (file)
@@ -1,7 +1,7 @@
 // This file can be used to see what a native C compiler is generating for a
 // variety of interesting operations.
 //
-// RUN: %llvmgcc -S %s -o - | llvm-as | llc
+// RUN: %llvmgcc -S %s -o - | llc
 
 unsigned int udiv(unsigned int X, unsigned int Y) {
   return X/Y;