diff options
author | Hal Finkel <hfinkel@anl.gov> | 2015-02-25 01:26:59 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2015-02-25 01:26:59 +0000 |
commit | 6b6e9e2b5cf6ea4ef2d591db36aa692b2ff372e1 (patch) | |
tree | 8a5a3ed3c98ab3d71c4f3920893f7dd5cf3cd7e4 /llvm/test/CodeGen/PowerPC/qpx-load.ll | |
parent | c88d732822683d808bc8c90a5395b9ba1110f086 (diff) | |
download | bcm5719-llvm-6b6e9e2b5cf6ea4ef2d591db36aa692b2ff372e1.tar.gz bcm5719-llvm-6b6e9e2b5cf6ea4ef2d591db36aa692b2ff372e1.zip |
[PowerPC] Add triples to QPX tests
Some of these tests fail on Darwin systems because of a lack of a triple;
fix that.
llvm-svn: 230421
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/qpx-load.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-load.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/qpx-load.ll b/llvm/test/CodeGen/PowerPC/qpx-load.ll index 2eb29081e26..bea34774b34 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-load.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-load.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=ppc64 -mcpu=a2q | FileCheck %s +target triple = "powerpc64-bgq-linux" define <4 x double> @foo(<4 x double>* %p) { entry: |