summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CellSPU/call_indirect.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CellSPU/call_indirect.ll')
-rw-r--r--test/CodeGen/CellSPU/call_indirect.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/CellSPU/call_indirect.ll b/test/CodeGen/CellSPU/call_indirect.ll
index 9be714e..639c794 100644
--- a/test/CodeGen/CellSPU/call_indirect.ll
+++ b/test/CodeGen/CellSPU/call_indirect.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: llvm-as -o - %s | llc -march=cellspu -mattr=large_mem > %t2.s
+; RUN: llc < %s -march=cellspu > %t1.s
+; RUN: llc < %s -march=cellspu -mattr=large_mem > %t2.s
; RUN: grep bisl %t1.s | count 7
; RUN: grep ila %t1.s | count 1
; RUN: grep rotqby %t1.s | count 6
OpenPOWER on IntegriCloud