summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CellSPU/or_ops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CellSPU/or_ops.ll')
-rw-r--r--test/CodeGen/CellSPU/or_ops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CellSPU/or_ops.ll b/test/CodeGen/CellSPU/or_ops.ll
index 4e9da8f..8aa1e99 100644
--- a/test/CodeGen/CellSPU/or_ops.ll
+++ b/test/CodeGen/CellSPU/or_ops.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
+; RUN: llc < %s -march=cellspu > %t1.s
; RUN: grep and %t1.s | count 2
; RUN: grep orc %t1.s | count 85
; RUN: grep ori %t1.s | count 30
OpenPOWER on IntegriCloud