diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/qpx-sel.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/qpx-sel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/qpx-sel.ll b/llvm/test/CodeGen/PowerPC/qpx-sel.ll index 4278d357760..b027d602eb4 100644 --- a/llvm/test/CodeGen/PowerPC/qpx-sel.ll +++ b/llvm/test/CodeGen/PowerPC/qpx-sel.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" @R = global <4 x i1> <i1 0, i1 0, i1 0, i1 0>, align 16 |