mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 16:07:49 +00:00
Add a comment.
llvm-svn: 101248
This commit is contained in:
parent
d044ebe427
commit
a71d62f6e4
@ -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