[SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify-machineinstrs
[oota-llvm.git] / 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) {