[SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify-machineinstrs
authorJonas Paulsson <jonas.paulsson@ericsson.com>
Sat, 10 Oct 2015 07:20:23 +0000 (07:20 +0000)
committerJonas Paulsson <jonas.paulsson@ericsson.com>
Sat, 10 Oct 2015 07:20:23 +0000 (07:20 +0000)
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

index 999984be88d41c3defbc9ca752b70702fd8491c1..7909253d188c3af7bd6b59f36ce6c63f28f71ccd 100644 (file)
@@ -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) {