diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-18 19:53:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-18 19:53:43 +0000 |
commit | 994d6cfb3d3b942200073e2f88900708f0c16e9c (patch) | |
tree | 2db44c034d9bb0fffa00b769e2db2e810b352432 /test/CodeGen/CellSPU/eqv.ll | |
parent | 9929207fdeb3b26c5513a8f4c03b74e90556d2dc (diff) |
remove extraneous &&'s from tests, as Scott is apparently not going to.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CellSPU/eqv.ll')
-rw-r--r-- | test/CodeGen/CellSPU/eqv.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/CellSPU/eqv.ll b/test/CodeGen/CellSPU/eqv.ll index 0f02180b22..b8a9d59801 100644 --- a/test/CodeGen/CellSPU/eqv.ll +++ b/test/CodeGen/CellSPU/eqv.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s -; RUN: grep eqv %t1.s | count 18 && -; RUN: grep xshw %t1.s | count 6 && -; RUN: grep xsbh %t1.s | count 3 && +; RUN: grep eqv %t1.s | count 18 +; RUN: grep xshw %t1.s | count 6 +; RUN: grep xsbh %t1.s | count 3 ; RUN: grep andi %t1.s | count 3 ; Test the 'eqv' instruction, whose boolean expression is: |