summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CellSPU/dp_farith.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/CellSPU/dp_farith.ll')
-rw-r--r--llvm/test/CodeGen/CellSPU/dp_farith.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/CellSPU/dp_farith.ll b/llvm/test/CodeGen/CellSPU/dp_farith.ll
index 5cdb33ee681..7cec5192f30 100644
--- a/llvm/test/CodeGen/CellSPU/dp_farith.ll
+++ b/llvm/test/CodeGen/CellSPU/dp_farith.ll
@@ -1,9 +1,9 @@
; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep dfa %t1.s | count 2 &&
-; RUN: grep dfs %t1.s | count 2 &&
-; RUN: grep dfm %t1.s | count 6 &&
-; RUN: grep dfma %t1.s | count 2 &&
-; RUN: grep dfms %t1.s | count 2 &&
+; RUN: grep dfa %t1.s | count 2
+; RUN: grep dfs %t1.s | count 2
+; RUN: grep dfm %t1.s | count 6
+; RUN: grep dfma %t1.s | count 2
+; RUN: grep dfms %t1.s | count 2
; RUN: grep dfnms %t1.s | count 4
;
; This file includes double precision floating point arithmetic instructions
OpenPOWER on IntegriCloud