diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-05-12 00:11:24 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-05-12 00:11:24 +0000 |
commit | efbabe85a10edb1e9c89f10eecead6f53933b2aa (patch) | |
tree | c12d74ddb3958ff6325db941792af67b2152e788 /test/CodeGen/PowerPC/cr_spilling.ll | |
parent | 335d4e49a5accdfde53efe66dd15113239bed8ba (diff) | |
download | external_llvm-efbabe85a10edb1e9c89f10eecead6f53933b2aa.zip external_llvm-efbabe85a10edb1e9c89f10eecead6f53933b2aa.tar.gz external_llvm-efbabe85a10edb1e9c89f10eecead6f53933b2aa.tar.bz2 |
Enable a bunch more -regalloc=fast tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/cr_spilling.ll')
-rw-r--r-- | test/CodeGen/PowerPC/cr_spilling.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/cr_spilling.ll b/test/CodeGen/PowerPC/cr_spilling.ll index b215868..9ed2614 100644 --- a/test/CodeGen/PowerPC/cr_spilling.ll +++ b/test/CodeGen/PowerPC/cr_spilling.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=ppc32 -regalloc=local -O0 -relocation-model=pic -o - +; RUN: llc < %s -march=ppc32 -regalloc=fast -O0 -relocation-model=pic -o - ; PR1638 @.str242 = external constant [3 x i8] ; <[3 x i8]*> [#uses=1] |