diff options
Diffstat (limited to 'test/CodeGen/SystemZ/asm-02.ll')
-rw-r--r-- | test/CodeGen/SystemZ/asm-02.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/asm-02.ll b/test/CodeGen/SystemZ/asm-02.ll index ad1e35b..458bfeb 100644 --- a/test/CodeGen/SystemZ/asm-02.ll +++ b/test/CodeGen/SystemZ/asm-02.ll @@ -1,7 +1,7 @@ ; Test the "R" asm constraint, which accepts addresses that have a base, ; an index and a 12-bit displacement. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -no-integrated-as | FileCheck %s ; Check the lowest range. define void @f1(i64 %base) { |