From 7e0492b37588d8d3acada67d50742ea11e2e303a Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Sat, 10 Oct 2015 07:20:23 +0000 Subject: [PATCH 1/1] [SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify-machineinstrs Relates to the fixes of r249811. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249946 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/asm-18.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/SystemZ/asm-18.ll b/test/CodeGen/SystemZ/asm-18.ll index 999984be88d..7909253d188 100644 --- a/test/CodeGen/SystemZ/asm-18.ll +++ b/test/CodeGen/SystemZ/asm-18.ll @@ -1,7 +1,8 @@ ; Test high-word operations, using "h" constraints to force a high ; register and "r" constraints to force a low register. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 -no-integrated-as | FileCheck %s +; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu -mcpu=z196 \ +; RUN: -no-integrated-as | FileCheck %s ; Test loads and stores involving mixtures of high and low registers. define void @f1(i32 *%ptr1, i32 *%ptr2) { -- 2.34.1