mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67307 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -85,7 +85,7 @@ static bool CanPropagatePredecessorsForPHIs(BasicBlock *BB, BasicBlock *Succ) {
|
|||||||
|
|
||||||
DOUT << "Looking to fold " << BB->getNameStart() << " into "
|
DOUT << "Looking to fold " << BB->getNameStart() << " into "
|
||||||
<< Succ->getNameStart() << "\n";
|
<< 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
|
// is always safe
|
||||||
if (Succ->getSinglePredecessor()) return true;
|
if (Succ->getSinglePredecessor()) return true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user