summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-21 19:27:38 +0000
committerChris Lattner <sabre@nondot.org>2010-02-21 19:27:38 +0000
commitc43c88ebce6c4d89ad9e0d9897a15ee376f8535a (patch)
tree2405fd7498037a887351187280a3a2788733fc94 /llvm/test/CodeGen/PowerPC
parent8f4009707336768b1112f54d3a1d66d8d9e8ca7a (diff)
downloadbcm5719-llvm-c43c88ebce6c4d89ad9e0d9897a15ee376f8535a.tar.gz
bcm5719-llvm-c43c88ebce6c4d89ad9e0d9897a15ee376f8535a.zip
add a triple so that this doesn't fail due to linux/ppc register printing
syntax. llvm-svn: 96748
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/addc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/addc.ll b/llvm/test/CodeGen/PowerPC/addc.ll
index f700b793fbd..8c928ce8bca 100644
--- a/llvm/test/CodeGen/PowerPC/addc.ll
+++ b/llvm/test/CodeGen/PowerPC/addc.ll
@@ -1,5 +1,5 @@
; All of these should be codegen'd without loading immediates
-; RUN: llc < %s -march=ppc32 | FileCheck %s
+; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck %s
define i64 @add_ll(i64 %a, i64 %b) nounwind {
entry:
OpenPOWER on IntegriCloud