Fix a RUN line in new test.
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Wed, 12 Apr 2017 14:25:08 +0000 (14:25 +0000)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Wed, 12 Apr 2017 14:25:08 +0000 (14:25 +0000)
Use '2>&1 |' and not '|&' to pipe debug output to FileCheck

Hopefully handles a "shell parser error" on
llvm-clang-x86_64-expensive-checks-win

test/Transforms/SLPVectorizer/SystemZ/SLP-cmp-cost-query.ll

llvm-svn: 300064

llvm/test/Transforms/SLPVectorizer/SystemZ/SLP-cmp-cost-query.ll

index 535003a..1a32f65 100644 (file)
@@ -1,6 +1,6 @@
 ; REQUIRES: asserts
 ; RUN: opt -mtriple=systemz-unknown -mcpu=z13 -slp-vectorizer -debug-only=SLP \
-; RUN:   -S -disable-output < %s |& FileCheck %s
+; RUN:   -S -disable-output < %s 2>&1 | FileCheck %s
 ;
 ; Check that SLP vectorizer gets the right cost difference for a compare
 ; node.