diff options
-rw-r--r-- | llvm/test/CodeGen/SystemZ/undef-flag.ll | 4 |
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*) { |