Fix comment typo.

llvm-svn: 67307
This commit is contained in:
Dale Johannesen 2009-03-19 17:23:29 +00:00
parent 52bc2aac8a
commit e4f361212b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ static bool CanPropagatePredecessorsForPHIs(BasicBlock *BB, BasicBlock *Succ) {
DOUT << "Looking to fold " << BB->getNameStart() << " into "
<< Succ->getNameStart() << "\n";
// Shortcut, if there is only a single predecessor is must be BB and merging
// Shortcut, if there is only a single predecessor it must be BB and merging
// is always safe
if (Succ->getSinglePredecessor()) return true;