aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 23:29:02 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-12 23:29:02 +0000
commit5d9b1091811106ebad0517a7e0c7936a95cb38ad (patch)
tree6c1fb3638a163bfeb0caf6c49f2991f07a8e73dd /test
parentcfa81014099254bd42f246a4d434dc2ca1463c6c (diff)
downloadexternal_llvm-5d9b1091811106ebad0517a7e0c7936a95cb38ad.zip
external_llvm-5d9b1091811106ebad0517a7e0c7936a95cb38ad.tar.gz
external_llvm-5d9b1091811106ebad0517a7e0c7936a95cb38ad.tar.bz2
Delete the 'standard' spiller with used the old spilling framework.
The current register allocators all use the inline spiller. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144477 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
index 0422094..ec74880 100644
--- a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
+++ b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -verify-machineinstrs -spiller=standard
+; RUN: llc < %s -verify-machineinstrs -spiller=trivial
; RUN: llc < %s -verify-machineinstrs -spiller=inline
; PR8612
;