mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
Add note.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40638 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4330b3a3c2
commit
8d246f09cb
@ -218,7 +218,9 @@ namespace {
|
||||
|
||||
LoopPass *llvm::createLICMPass() { return new LICM(); }
|
||||
|
||||
/// Hoist expressions out of the specified loop...
|
||||
/// Hoist expressions out of the specified loop. Note, alias info for inner
|
||||
/// loop is not preserved so it is not a good idea to run LICM multiple
|
||||
/// times on one loop.
|
||||
///
|
||||
bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) {
|
||||
Changed = false;
|
||||
|
Loading…
Reference in New Issue
Block a user