diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/Frames-large.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/Frames-large.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/Frames-large.ll b/llvm/test/CodeGen/PowerPC/Frames-large.ll index 5b8aef42e76..5efbe5c2a3f 100644 --- a/llvm/test/CodeGen/PowerPC/Frames-large.ll +++ b/llvm/test/CodeGen/PowerPC/Frames-large.ll @@ -1,8 +1,8 @@ -; RUN: llc < %s -march=ppc32 | FileCheck %s -check-prefix=PPC32-NOFP -; RUN: llc < %s -march=ppc32 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-FP +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | FileCheck %s -check-prefix=PPC32-NOFP +; RUN: llc -verify-machineinstrs < %s -march=ppc32 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-FP -; RUN: llc < %s -march=ppc64 | FileCheck %s -check-prefix=PPC64-NOFP -; RUN: llc < %s -march=ppc64 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP +; RUN: llc -verify-machineinstrs < %s -march=ppc64 | FileCheck %s -check-prefix=PPC64-NOFP +; RUN: llc -verify-machineinstrs < %s -march=ppc64 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP target triple = "powerpc-apple-darwin8" |