Alkis Evlogimenos 743d0a1f83 Refactor rewinding code for finding the first terminator of a basic
block into MachineBasicBlock::getFirstTerminator().

This also fixes a bug in the implementation of the above in both
RegAllocLocal and InstrSched, where instructions where added after the
terminator if the basic block's only instruction was a terminator (it
shouldn't matter for RegAllocLocal since this case never occurs in
practice).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11748 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-23 18:14:48 +00:00
..
2004-02-21 22:27:20 +00:00
2004-01-18 21:09:23 +00:00
2004-02-20 06:40:58 +00:00
2004-01-06 05:31:57 +00:00
2004-02-19 20:03:08 +00:00
2004-02-13 16:23:14 +00:00
2004-02-10 18:44:16 +00:00
2004-01-12 23:18:06 +00:00
2004-02-01 00:32:48 +00:00
2003-12-31 07:08:19 +00:00
2004-01-10 21:40:29 +00:00