Fix several comments which had previously been "the the" where a

different word was intended.

llvm-svn: 95795
This commit is contained in:
Dan Gohman
2010-02-10 20:04:19 +00:00
parent bb7930c17e
commit 97c5902e78
7 changed files with 7 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ bool CodePlacementOpt::HasAnalyzableTerminator(MachineBasicBlock *MBB) {
// Ask the target's AnalyzeBranch if it can handle this block.
MachineBasicBlock *TBB = 0, *FBB = 0;
SmallVector<MachineOperand, 4> Cond;
// Make the terminator is understood.
// Make sure the terminator is understood.
if (TII->AnalyzeBranch(*MBB, TBB, FBB, Cond))
return false;
// Make sure we have the option of reversing the condition.