diff options
Diffstat (limited to 'test/CodeGen/SystemZ/asm-01.ll')
-rw-r--r-- | test/CodeGen/SystemZ/asm-01.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/asm-01.ll b/test/CodeGen/SystemZ/asm-01.ll index 801378c..3dbc8ac 100644 --- a/test/CodeGen/SystemZ/asm-01.ll +++ b/test/CodeGen/SystemZ/asm-01.ll @@ -1,7 +1,7 @@ ; Test the "Q" asm constraint, which accepts addresses that have a base ; 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) { |