]> granicus.if.org Git - llvm/commitdiff
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300064 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 535003ae6f0c98144bcae7bc6a4b3b31db16ca3d..1a32f659066304a3dfad870b3d9a95c18c474785 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.