summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2015-01-13 19:43:45 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2015-01-13 19:43:45 +0000
commit6b577e26f0c41331fea19ea3e7e5f34524f1b663 (patch)
tree970317dce70d7212d61d030083ac81bf81a89898 /llvm/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
parentc642e954023b38265d2c3df4ec3d9ba169b69048 (diff)
downloadbcm5719-llvm-6b577e26f0c41331fea19ea3e7e5f34524f1b663.tar.gz
bcm5719-llvm-6b577e26f0c41331fea19ea3e7e5f34524f1b663.zip
Use the integrated assembler as default on PowerPC
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 using inline asm had to be adapted, either by updating the expected output, or by using -no-integrated-as (for such tests that deliberately use an invalid instruction in inline asm). llvm-svn: 225819
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll b/llvm/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
index 3da06f65db8..29a57867f56 100644
--- a/llvm/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
+++ b/llvm/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=ppc64
+; RUN: llc < %s -march=ppc64 -no-integrated-as
; ModuleID = 'mult-alt-generic.c'
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
target triple = "powerpc64"
OpenPOWER on IntegriCloud