summaryrefslogtreecommitdiff
path: root/test/CodeGen/CellSPU/fdiv.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CellSPU/fdiv.ll')
-rw-r--r--test/CodeGen/CellSPU/fdiv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CellSPU/fdiv.ll b/test/CodeGen/CellSPU/fdiv.ll
index d121c3f8c9..9921626b79 100644
--- a/test/CodeGen/CellSPU/fdiv.ll
+++ b/test/CodeGen/CellSPU/fdiv.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
+; RUN: llc < %s -march=cellspu > %t1.s
; RUN: grep frest %t1.s | count 2
; RUN: grep -w fi %t1.s | count 2
; RUN: grep -w fm %t1.s | count 2