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 | 85f4fdaed4fcc6050499579152c45fde679213d3 (patch) | |
tree | c12d74ddb3958ff6325db941792af67b2152e788 /test/CodeGen/PowerPC/cr_spilling.ll | |
parent | 1a1ad578a3f925dfda58874156fd154fa1d941ea (diff) |
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 b215868736..9ed26149b7 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] |