Change the Spiller interface to take a LiveRangeEdit reference.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 10 Mar 2011 01:51:42 +0000 (01:51 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 10 Mar 2011 01:51:42 +0000 (01:51 +0000)
commit47dbf6cef761c25cfeb0aa7d624a6f98288bb96a
tree44f4f94894453c382c529d182ce7189764e1ab84
parent38f6bd0fc8095ef79a89b3db15ff6dc734ac90e7
Change the Spiller interface to take a LiveRangeEdit reference.

This makes it possible to register delegates and get callbacks when the spiller
edits live ranges.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127389 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/LiveRangeEdit.h
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/Spiller.cpp
lib/CodeGen/Spiller.h