Use the integrated assembler as default on SystemZ
[oota-llvm.git] / test / CodeGen / SystemZ / asm-18.ll
index d60654b7863d5a6a0e0fc13c7eefce7a59d76ec1..71e145a285ff8058c2031e17dd0bdf89f8480af5 100644 (file)
@@ -1,7 +1,7 @@
 ; 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 | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 -no-integrated-as | FileCheck %s
 
 ; Test loads and stores involving mixtures of high and low registers.
 define void @f1(i32 *%ptr1, i32 *%ptr2) {