llvm-6502/lib/Target
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
..
CBackend It is totally unacceptable to print out (literally) millions of zeros when 2004-02-20 05:49:22 +00:00
PowerPC Add back machine code deleter pass until we get a MachineCode pass 2004-02-15 00:03:15 +00:00
SparcV9 Move MOTy::UseType enum into MachineOperand. This eliminates the 2004-02-22 19:23:26 +00:00
X86 Refactor rewinding code for finding the first terminator of a basic 2004-02-23 18:14:48 +00:00
Makefile CBackend now lives here 2004-02-13 23:29:20 +00:00
MRegisterInfo.cpp
Target.td
TargetData.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetSchedInfo.cpp