diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll b/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll index 061e36ce491..ccbbd162a0c 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-func-clobber.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=a2q | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mcpu=a2q | FileCheck %s target triple = "powerpc64-bgq-linux" declare <4 x double> @foo(<4 x double> %p) |