diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/a2q.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/a2q.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/a2q.ll b/llvm/test/CodeGen/PowerPC/a2q.ll index b1a6ebe6efb..84e2dfa991d 100644 --- a/llvm/test/CodeGen/PowerPC/a2q.ll +++ b/llvm/test/CodeGen/PowerPC/a2q.ll @@ -1,5 +1,5 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=a2q | FileCheck %s -; RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=a2 -mattr=+qpx | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -mcpu=a2q | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -mcpu=a2 -mattr=+qpx | FileCheck %s define void @foo() { entry: |