mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5861142dad
commit
2c93e39072
@ -4634,6 +4634,8 @@ ScalarEvolution::HowFarToNonZero(const SCEV *V, const Loop *L) {
|
||||
|
||||
/// getLoopPredecessor - If the given loop's header has exactly one unique
|
||||
/// predecessor outside the loop, return it. Otherwise return null.
|
||||
/// This is less strict that the loop "preheader" concept, which requires
|
||||
/// the predecessor to have only one single successor.
|
||||
///
|
||||
BasicBlock *ScalarEvolution::getLoopPredecessor(const Loop *L) {
|
||||
BasicBlock *Header = L->getHeader();
|
||||
|
Loading…
x
Reference in New Issue
Block a user