1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fixed parser error on windows shell evaluation of RUN script line

llvm-svn: 292363
This commit is contained in:
Simon Pilgrim 2017-01-18 11:40:28 +00:00
parent db263515e7
commit 519d0cf805

View File

@ -2,9 +2,7 @@
; register. This typically happens while expanding a pseudo or otherwise ; register. This typically happens while expanding a pseudo or otherwise
; replacing an instruction for another. ; replacing an instruction for another.
; ;
; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs \ ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs | FileCheck %s
; RUN: |& FileCheck %s
; LLCRMux ; LLCRMux
define void @f1(i8*) { define void @f1(i8*) {