aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-11-15 20:55:53 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-11-15 20:55:53 +0000
commita284aa1657d08390209b87f57782936e45d562ba (patch)
treee3f4852e0723f418a684860dff944573d509773e /test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
parent68257e61eb6e7d528759bd7830db47d409dace89 (diff)
downloadexternal_llvm-a284aa1657d08390209b87f57782936e45d562ba.zip
external_llvm-a284aa1657d08390209b87f57782936e45d562ba.tar.gz
external_llvm-a284aa1657d08390209b87f57782936e45d562ba.tar.bz2
Fix PR8612 in the standard spiller as well.
The live range of a register defined by an early clobber starts at the use slot, not the def slot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll')
-rw-r--r--test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
index 046016a..0422094 100644
--- a/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
+++ b/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
@@ -1,3 +1,4 @@
+; RUN: llc < %s -verify-machineinstrs -spiller=standard
; RUN: llc < %s -verify-machineinstrs -spiller=inline
; PR8612
;