Print instructions before register allocation is performed. Also fix
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Sun, 30 Nov 2003 23:40:39 +0000 (23:40 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Sun, 30 Nov 2003 23:40:39 +0000 (23:40 +0000)
commit585870759b321b2c5e664bb767ad64615fa1cb4e
tree5d90d31a4207f0b3704a6e0345b8faab1cc4d20a
parent9ca419e577e2dc64c614d30f8db2e94c9c5c4ed0
Print instructions before register allocation is performed.  Also fix
bug where spill instructions were added to the next basic block
instead of the end of the current one if the instruction that required
the spill was the last in the block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10272 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocLinearScan.cpp