diff options
author | Dan Gohman <gohman@apple.com> | 2007-11-27 00:50:57 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-11-27 00:50:57 +0000 |
commit | ecb85ef71351d5cea554fcc16eac2c9fecaa16da (patch) | |
tree | 190edc0f79ffa93e2a5516b2276bbfaf462b9675 /test/Verifier | |
parent | 88e84d1f20cc56426abd975f7ec017f2678825f4 (diff) |
Change &| to |&.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Verifier')
-rw-r--r-- | test/Verifier/invoke-1.ll | 2 | ||||
-rw-r--r-- | test/Verifier/invoke-2.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Verifier/invoke-1.ll b/test/Verifier/invoke-1.ll index dd606f09c8..36bb9d03dc 100644 --- a/test/Verifier/invoke-1.ll +++ b/test/Verifier/invoke-1.ll @@ -1,4 +1,4 @@ -; RUN: llvm-upgrade < %s | not llvm-as &| grep {not verify as correct} +; RUN: llvm-upgrade < %s | not llvm-as |& grep {not verify as correct} ; PR1042 int %foo() { diff --git a/test/Verifier/invoke-2.ll b/test/Verifier/invoke-2.ll index 5ab038648d..e544eed87c 100644 --- a/test/Verifier/invoke-2.ll +++ b/test/Verifier/invoke-2.ll @@ -1,4 +1,4 @@ -; RUN: llvm-upgrade < %s | not llvm-as -f &| grep {not verify as correct} +; RUN: llvm-upgrade < %s | not llvm-as -f |& grep {not verify as correct} ; PR1042 int %foo() { |