From 519d0cf805b66f54c0247e69d57d73cabc47ef83 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 18 Jan 2017 11:40:28 +0000 Subject: [PATCH] Fixed parser error on windows shell evaluation of RUN script line llvm-svn: 292363 --- test/CodeGen/SystemZ/undef-flag.ll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/CodeGen/SystemZ/undef-flag.ll b/test/CodeGen/SystemZ/undef-flag.ll index 761559aa5a8..0e6d87ec960 100644 --- a/test/CodeGen/SystemZ/undef-flag.ll +++ b/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*) {