Eliminate more uses of llvm-as and llvm-dis.

llvm-svn: 81290
diff --git a/llvm/test/CodeGen/X86/compiler_used.ll b/llvm/test/CodeGen/X86/compiler_used.ll
index b67bc36..be8de5e 100644
--- a/llvm/test/CodeGen/X86/compiler_used.ll
+++ b/llvm/test/CodeGen/X86/compiler_used.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep no_dead_strip | count 1
+; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep no_dead_strip | count 1
 ; We should have a .no_dead_strip directive for Z but not for X/Y.
 
 @X = internal global i8 4