summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/qpx-func-clobber.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2015-02-25 01:26:59 +0000
committerHal Finkel <hfinkel@anl.gov>2015-02-25 01:26:59 +0000
commitd37914a662fcdff87ec44f3bcaf27155a6962be5 (patch)
tree44662672b94ec6a6094cc50e9864a29817ca031b /test/CodeGen/PowerPC/qpx-func-clobber.ll
parent3f2a3f9ac39fc9f1bedd4d99dbf01491b8db62f6 (diff)
[PowerPC] Add triples to QPX tests
Some of these tests fail on Darwin systems because of a lack of a triple; fix that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/qpx-func-clobber.ll')
-rw-r--r--test/CodeGen/PowerPC/qpx-func-clobber.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/qpx-func-clobber.ll b/test/CodeGen/PowerPC/qpx-func-clobber.ll
index c1b808aa7c4..511fa3827b0 100644
--- a/test/CodeGen/PowerPC/qpx-func-clobber.ll
+++ b/test/CodeGen/PowerPC/qpx-func-clobber.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s
+target triple = "powerpc64-bgq-linux"
declare <4 x double> @foo(<4 x double> %p)