mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix comment typo.
llvm-svn: 67307
This commit is contained in:
parent
15de950459
commit
1d76ebc9ed
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user