Change &| to |&.
authorDan Gohman <gohman@apple.com>
Tue, 27 Nov 2007 00:50:57 +0000 (00:50 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 27 Nov 2007 00:50:57 +0000 (00:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44345 91177308-0d34-0410-b5e6-96231b3b80d8

test/Verifier/invoke-1.ll
test/Verifier/invoke-2.ll

index dd606f09c82dd881fe3563cee8f531837876f9a1..36bb9d03dcdce68b83001a7a268ecce406ad5401 100644 (file)
@@ -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() {
index 5ab038648dbd2cc2d1bb6e034d764603bad8d07a..e544eed87ca2751c6980836cc68d871613bb2593 100644 (file)
@@ -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() {