diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-06-15 21:58:33 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-06-15 21:58:33 +0000 |
| commit | ec2e964fd631c1177b9d4401dbdad22cefdca882 (patch) | |
| tree | 7380ff05cec103e0c8c979db4bf0192ebfbdaf4a /llvm/test/CodeGen/PowerPC/cr_spilling.ll | |
| parent | f267edd8ac6f549f10aba3bec41c372f6f31e6a5 (diff) | |
| download | bcm5719-llvm-ec2e964fd631c1177b9d4401dbdad22cefdca882.tar.gz bcm5719-llvm-ec2e964fd631c1177b9d4401dbdad22cefdca882.zip | |
Remove the local register allocator.
Please use the fast allocator instead.
llvm-svn: 106051
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/cr_spilling.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/cr_spilling.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/cr_spilling.ll b/llvm/test/CodeGen/PowerPC/cr_spilling.ll index 9ed26149b77..8bd809fe594 100644 --- a/llvm/test/CodeGen/PowerPC/cr_spilling.ll +++ b/llvm/test/CodeGen/PowerPC/cr_spilling.ll @@ -1,4 +1,3 @@ -; 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 |

