Use the integrated assembler as default on SystemZ
[oota-llvm.git] / test / CodeGen / SystemZ / memchr-02.ll
index 982b3964f190f52c26b360803e9a42664247c5f0..8986627a6057b8b2fabbba0d38918cdad036081b 100644 (file)
@@ -1,6 +1,6 @@
 ; Test memchr using SRST, with the correct prototype.
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -no-integrated-as | FileCheck %s
 
 declare i8 *@memchr(i8 *%src, i32 %char, i64 %len)