summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/Frames-alloca.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-03-10 22:59:08 +0000
committerBill Wendling <isanbard@gmail.com>2008-03-10 22:59:08 +0000
commit2b65c4e7cce28d6764647db91c6c219b01062000 (patch)
tree67794334f5cc0c898dbcd0367fecfee150b3efb2 /test/CodeGen/PowerPC/Frames-alloca.ll
parent4a66e9a57e679b4f3243bf2061daf53c70102030 (diff)
downloadllvm-2b65c4e7cce28d6764647db91c6c219b01062000.tar.gz
llvm-2b65c4e7cce28d6764647db91c6c219b01062000.tar.bz2
llvm-2b65c4e7cce28d6764647db91c6c219b01062000.tar.xz
Update llc flags for PPC register scavenger.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/Frames-alloca.ll')
-rw-r--r--test/CodeGen/PowerPC/Frames-alloca.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/Frames-alloca.ll b/test/CodeGen/PowerPC/Frames-alloca.ll
index 058de5a7b6..45c13a7bfe 100644
--- a/test/CodeGen/PowerPC/Frames-alloca.ll
+++ b/test/CodeGen/PowerPC/Frames-alloca.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
; RUN: grep {stw r31, 20(r1)}
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -enable-ppc-regscavenger | \
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -enable-ppc32-regscavenger | \
; RUN: grep {stwu r1, -80(r1)}
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
; RUN: grep {lwz r1, 0(r1)}
@@ -8,7 +8,7 @@
; RUN: grep {lwz r31, 20(r1)}
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | \
; RUN: grep {stw r31, 20(r1)}
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim -enable-ppc-regscavenger | \
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim -enable-ppc32-regscavenger | \
; RUN: grep {stwu r1, -80(r1)}
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -disable-fp-elim | \
; RUN: grep {lwz r1, 0(r1)}