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

llvm-svn: 81290
diff --git a/llvm/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll b/llvm/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll
index 962d6ec..6997d53 100644
--- a/llvm/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll
+++ b/llvm/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o - | grep sinl
+; RUN: llc < %s -o - | grep sinl
 
 target triple = "i686-pc-linux-gnu"