Added an API to the SlotIndexes pass to allow new instructions to be inserted into...
authorLang Hames <lhames@gmail.com>
Sat, 14 Nov 2009 00:02:51 +0000 (00:02 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 14 Nov 2009 00:02:51 +0000 (00:02 +0000)
commitb3661585c0f87b6045f0d65b5cac16921ae27086
tree47bf8c7aeb54636b8cfaf996a1ac5110efdc511e
parent1f6a3c820a997fd3c4c08dedff6706f5e045e42d
Added an API to the SlotIndexes pass to allow new instructions to be inserted into the numbering.

PreAllocSplitting is now using this API to insert code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88725 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/SlotIndexes.h
lib/CodeGen/PreAllocSplitting.cpp
lib/CodeGen/SlotIndexes.cpp
lib/CodeGen/Spiller.cpp