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