diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll b/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll index c1b808aa7c4..511fa3827b0 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll +++ b/llvm/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) |