diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/Frames-leaf.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/Frames-leaf.ll | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/PowerPC/Frames-leaf.ll b/llvm/test/CodeGen/PowerPC/Frames-leaf.ll index 6dce8e20beb..d06364ad9d0 100644 --- a/llvm/test/CodeGen/PowerPC/Frames-leaf.ll +++ b/llvm/test/CodeGen/PowerPC/Frames-leaf.ll @@ -6,13 +6,13 @@ ; RUN: not grep "addi r1, r1, " ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | \ ; RUN: not grep "lwz r31, 20(r1)" -; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -disable-fp-elim | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -frame-pointer=all | \ ; RUN: not grep "stw r31, 20(r1)" -; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -disable-fp-elim | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -frame-pointer=all | \ ; RUN: not grep "stwu r1, -.*(r1)" -; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -disable-fp-elim | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -frame-pointer=all | \ ; RUN: not grep "addi r1, r1, " -; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -disable-fp-elim | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -frame-pointer=all | \ ; RUN: not grep "lwz r31, 20(r1)" ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- | \ ; RUN: not grep "std r31, 40(r1)" @@ -22,13 +22,13 @@ ; RUN: not grep "addi r1, r1, " ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- | \ ; RUN: not grep "ld r31, 40(r1)" -; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -disable-fp-elim | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -frame-pointer=all | \ ; RUN: not grep "stw r31, 40(r1)" -; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -disable-fp-elim | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -frame-pointer=all | \ ; RUN: not grep "stdu r1, -.*(r1)" -; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -disable-fp-elim | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -frame-pointer=all | \ ; RUN: not grep "addi r1, r1, " -; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -disable-fp-elim | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- -frame-pointer=all | \ ; RUN: not grep "ld r31, 40(r1)" define i32* @f1() { |

