mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-25 23:45:36 +00:00
[TRE] Update comments. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305636 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b6663a260
commit
f477517698
@ -679,7 +679,7 @@ static bool foldReturnAndProcessPred(BasicBlock *BB, ReturnInst *Ret,
|
||||
|
||||
// If the return block contains nothing but the return and PHI's,
|
||||
// there might be an opportunity to duplicate the return in its
|
||||
// predecessors and perform TRC there. Look for predecessors that end
|
||||
// predecessors and perform TRE there. Look for predecessors that end
|
||||
// in unconditional branch and recursive call(s).
|
||||
SmallVector<BranchInst*, 8> UncondBranchPreds;
|
||||
for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user