llvm-6502/include
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
..
boost This works with GCC 3.4 also 2003-11-05 01:31:12 +00:00
Config Regenerated using autoheader-2.57. 2004-02-20 06:40:58 +00:00
llvm Refactor rewinding code for finding the first terminator of a basic 2004-02-23 18:14:48 +00:00
Support Add a new function 2004-02-19 20:03:08 +00:00