Per Chris, fuse four trivial tests using grep (r102199) into one that uses FileCheck.
[oota-llvm.git] / test / CodeGen / Generic / badarg6.ll
index 1ff7df42a3484a45fbdbf6b85d4cc4eb07fc158f..d6e5ac5791e43652f218b5f74127e9b4c616a996 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llc < %s
 
 ; On this code, llc did not pass the sixth argument (%reg321) to printf.
 ; It passed the first five in %o0 - %o4, but never initialized %o5.