diff options
Diffstat (limited to 'test/CodeGen/SystemZ/memchr-02.ll')
-rw-r--r-- | test/CodeGen/SystemZ/memchr-02.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/memchr-02.ll b/test/CodeGen/SystemZ/memchr-02.ll index 982b396..8986627 100644 --- a/test/CodeGen/SystemZ/memchr-02.ll +++ b/test/CodeGen/SystemZ/memchr-02.ll @@ -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) |