diff options
Diffstat (limited to 'test/CodeGen/SystemZ/asm-04.ll')
-rw-r--r-- | test/CodeGen/SystemZ/asm-04.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/asm-04.ll b/test/CodeGen/SystemZ/asm-04.ll index af7ea9f..b212253 100644 --- a/test/CodeGen/SystemZ/asm-04.ll +++ b/test/CodeGen/SystemZ/asm-04.ll @@ -1,7 +1,7 @@ ; Test the "T" asm constraint, which accepts addresses that have a base, ; an index 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: |