mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Update a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91645 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c226fe3c3e
commit
34d2b90d09
@ -109,7 +109,7 @@ X("loopsimplify", "Canonicalize natural loops", true);
|
||||
const PassInfo *const llvm::LoopSimplifyID = &X;
|
||||
Pass *llvm::createLoopSimplifyPass() { return new LoopSimplify(); }
|
||||
|
||||
/// runOnFunction - Run down all loops in the CFG (recursively, but we could do
|
||||
/// runOnLoop - Run down all loops in the CFG (recursively, but we could do
|
||||
/// it in any convenient order) inserting preheaders...
|
||||
///
|
||||
bool LoopSimplify::runOnLoop(Loop *l, LPPassManager &LPM) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user