Convert more tests to avoid llvm-as.

llvm-svn: 81545
diff --git a/llvm/test/CodeGen/CellSPU/int2fp.ll b/llvm/test/CodeGen/CellSPU/int2fp.ll
index ee30765..984c017 100644
--- a/llvm/test/CodeGen/CellSPU/int2fp.ll
+++ b/llvm/test/CodeGen/CellSPU/int2fp.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
+; RUN: llc < %s -march=cellspu > %t1.s
 ; RUN: grep csflt %t1.s | count 5
 ; RUN: grep cuflt %t1.s | count 1
 ; RUN: grep xshw  %t1.s | count 2