aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2008-03-06-KillInfo.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/2008-03-06-KillInfo.ll
parent4a66e9a57e679b4f3243bf2061daf53c70102030 (diff)
downloadexternal_llvm-2b65c4e7cce28d6764647db91c6c219b01062000.zip
external_llvm-2b65c4e7cce28d6764647db91c6c219b01062000.tar.gz
external_llvm-2b65c4e7cce28d6764647db91c6c219b01062000.tar.bz2
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/2008-03-06-KillInfo.ll')
-rw-r--r--test/CodeGen/PowerPC/2008-03-06-KillInfo.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2008-03-06-KillInfo.ll b/test/CodeGen/PowerPC/2008-03-06-KillInfo.ll
index 7c4e549..919de33 100644
--- a/test/CodeGen/PowerPC/2008-03-06-KillInfo.ll
+++ b/test/CodeGen/PowerPC/2008-03-06-KillInfo.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc64 -enable-ppc-regscavenger
+; RUN: llvm-as < %s | llc -march=ppc64 -enable-ppc64-regscavenger
@.str242 = external constant [3 x i8] ; <[3 x i8]*> [#uses=1]
define fastcc void @ParseContent(i8* %buf, i32 %bufsize) {