From dab740725847c1f4c828e9f20449901c23bebf1e Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Mon, 26 Oct 2015 15:03:07 +0000 Subject: [SystemZ] Tie operands in SystemZShorteInst if MI becomes 2-address. Discovered by testing fp-add-02.ll with -verify-machineinstrs. Test case updated to always run with -verify-machineinstrs. llvm-svn: 251296 --- llvm/test/CodeGen/SystemZ/fp-add-02.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test') diff --git a/llvm/test/CodeGen/SystemZ/fp-add-02.ll b/llvm/test/CodeGen/SystemZ/fp-add-02.ll index 5be1ad79d45..4f98742197b 100644 --- a/llvm/test/CodeGen/SystemZ/fp-add-02.ll +++ b/llvm/test/CodeGen/SystemZ/fp-add-02.ll @@ -2,7 +2,7 @@ ; ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 \ ; RUN: | FileCheck -check-prefix=CHECK -check-prefix=CHECK-SCALAR %s -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs | FileCheck %s declare double @foo() ; Check register addition. -- cgit v1.2.3