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 | 8bba724afcf38a2187468972a28f45503abd6439 (patch) | |
tree | 69f04db86e77cce890f72f35e9a4529333f39b45 | |
parent | 2dba0788a54ebf48e6aba86320d7c0112f01cebf (diff) | |
download | bcm5719-llvm-8bba724afcf38a2187468972a28f45503abd6439.tar.gz bcm5719-llvm-8bba724afcf38a2187468972a28f45503abd6439.zip |
Change &| to |&.
llvm-svn: 44345
-rw-r--r-- | llvm/test/Verifier/invoke-1.ll | 2 | ||||
-rw-r--r-- | llvm/test/Verifier/invoke-2.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Verifier/invoke-1.ll b/llvm/test/Verifier/invoke-1.ll index dd606f09c82..36bb9d03dcd 100644 --- a/llvm/test/Verifier/invoke-1.ll +++ b/llvm/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/llvm/test/Verifier/invoke-2.ll b/llvm/test/Verifier/invoke-2.ll index 5ab038648db..e544eed87ca 100644 --- a/llvm/test/Verifier/invoke-2.ll +++ b/llvm/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() { |