Update llc flags for PPC register scavenger.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48187 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2008-03-10 22:59:08 +00:00
parent 4a66e9a57e
commit 2b65c4e7cc
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin -enable-ppc-regscavenger
; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin -enable-ppc32-regscavenger
declare i8* @bar(i32)