forked from OSchip/llvm-project
fix grammar-o, thanks to Duncan for noticing.
llvm-svn: 50047
This commit is contained in:
parent
db70198618
commit
bab7bec9c8
|
@ -142,7 +142,7 @@ bool JumpThreading::ThreadBlock(BasicBlock *BB) {
|
||||||
return false; // Must be an invoke.
|
return false; // Must be an invoke.
|
||||||
|
|
||||||
// If the terminator of this block is branching on a constant, simplify the
|
// 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.
|
// other blocks.
|
||||||
if (isa<ConstantInt>(Condition)) {
|
if (isa<ConstantInt>(Condition)) {
|
||||||
DOUT << " In block '" << BB->getNameStart()
|
DOUT << " In block '" << BB->getNameStart()
|
||||||
|
|
Loading…
Reference in New Issue