summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/asm-01.ll
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2015-01-13 19:45:16 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2015-01-13 19:45:16 +0000
commitbd039299c069ad5459410882382432f6d70eb2b0 (patch)
treea7d7aa0729cbb3266e2a23f7ff667a7b0ac0f9a7 /llvm/test/CodeGen/SystemZ/asm-01.ll
parent6b577e26f0c41331fea19ea3e7e5f34524f1b663 (diff)
downloadbcm5719-llvm-bd039299c069ad5459410882382432f6d70eb2b0.tar.gz
bcm5719-llvm-bd039299c069ad5459410882382432f6d70eb2b0.zip
Use the integrated assembler as default on SystemZ
This was already done in clang, this commit now uses the integrated assembler as default when using LLVM tools directly. A number of test cases deliberately using an invalid instruction in inline asm now have to use -no-integrated-as. llvm-svn: 225820
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/asm-01.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/asm-01.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/asm-01.ll b/llvm/test/CodeGen/SystemZ/asm-01.ll
index 801378c5fcb..3dbc8ac268b 100644
--- a/llvm/test/CodeGen/SystemZ/asm-01.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud