summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-01-18 11:40:28 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-01-18 11:40:28 +0000
commit4b51989635b6e13fde89cbe35d0f987cf8692ee9 (patch)
tree08df33f056d13dcf1f3e140fe4e13a1cafa11106
parentd0ccf5e2e36a11e1b9d2dec7d372a3be9f20bbe2 (diff)
downloadbcm5719-llvm-4b51989635b6e13fde89cbe35d0f987cf8692ee9.tar.gz
bcm5719-llvm-4b51989635b6e13fde89cbe35d0f987cf8692ee9.zip
Fixed parser error on windows shell evaluation of RUN script line
llvm-svn: 292363
-rw-r--r--llvm/test/CodeGen/SystemZ/undef-flag.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/SystemZ/undef-flag.ll b/llvm/test/CodeGen/SystemZ/undef-flag.ll
index 761559aa5a8..0e6d87ec960 100644
--- a/llvm/test/CodeGen/SystemZ/undef-flag.ll
+++ b/llvm/test/CodeGen/SystemZ/undef-flag.ll
@@ -2,9 +2,7 @@
; register. This typically happens while expanding a pseudo or otherwise
; replacing an instruction for another.
;
-; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs \
-; RUN: |& FileCheck %s
-
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs | FileCheck %s
; LLCRMux
define void @f1(i8*) {
OpenPOWER on IntegriCloud