mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
SelectionDAGIsel: Fix comment about terminators being "handled below".
That changed in r102128. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232692 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3f503c807d
commit
c3fc12d596
@ -595,9 +595,8 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) {
|
||||
void SelectionDAGISel::SelectBasicBlock(BasicBlock::const_iterator Begin,
|
||||
BasicBlock::const_iterator End,
|
||||
bool &HadTailCall) {
|
||||
// Lower all of the non-terminator instructions. If a call is emitted
|
||||
// as a tail call, cease emitting nodes for this block. Terminators
|
||||
// are handled below.
|
||||
// Lower the instructions. If a call is emitted as a tail call, cease emitting
|
||||
// nodes for this block.
|
||||
for (BasicBlock::const_iterator I = Begin; I != End && !SDB->HasTailCall; ++I)
|
||||
SDB->visit(*I);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user