diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/pwr3-6x.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/pwr3-6x.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pwr3-6x.ll b/llvm/test/CodeGen/PowerPC/pwr3-6x.ll index a9cfe412fd8..9461d2b667c 100644 --- a/llvm/test/CodeGen/PowerPC/pwr3-6x.ll +++ b/llvm/test/CodeGen/PowerPC/pwr3-6x.ll @@ -1,10 +1,10 @@ ; Test basic support for some older processors. -;RUN: llc < %s -march=ppc64 -mcpu=pwr3 | FileCheck %s -;RUN: llc < %s -march=ppc64 -mcpu=pwr4 | FileCheck %s -;RUN: llc < %s -march=ppc64 -mcpu=pwr5 | FileCheck %s -;RUN: llc < %s -march=ppc64 -mcpu=pwr5x | FileCheck %s -;RUN: llc < %s -march=ppc64 -mcpu=pwr6x | FileCheck %s +;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr3 | FileCheck %s +;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr4 | FileCheck %s +;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr5 | FileCheck %s +;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr5x | FileCheck %s +;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr6x | FileCheck %s define void @foo() { entry: |