mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Test commit. Updated comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79e2ed4d83
commit
5537013350
@ -219,7 +219,7 @@ AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
||||
|
||||
// If there is only one terminator instruction, process it.
|
||||
if (!SecondLastOpc) {
|
||||
// Unconditional branch
|
||||
// Unconditional branch.
|
||||
if (LastOpc == UncondBrOpc) {
|
||||
TBB = LastInst->getOperand(0).getMBB();
|
||||
return BT_Uncond;
|
||||
|
Loading…
Reference in New Issue
Block a user