fix grammar-o, thanks to Duncan for noticing.

llvm-svn: 50047
This commit is contained in:
Chris Lattner 2008-04-21 18:25:01 +00:00
parent db70198618
commit bab7bec9c8
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ bool JumpThreading::ThreadBlock(BasicBlock *BB) {
return false; // Must be an invoke.
// If the terminator of this block is branching on a constant, simplify the
// terminator to an unconditional branch. This can occur do to threading in
// terminator to an unconditional branch. This can occur due to threading in
// other blocks.
if (isa<ConstantInt>(Condition)) {
DOUT << " In block '" << BB->getNameStart()