mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41168 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab3c9b1f95
commit
af5cbc82bb
@ -265,7 +265,7 @@ bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) {
|
||||
//
|
||||
// Traverse the body of the loop in depth first order on the dominator tree so
|
||||
// that we are guaranteed to see definitions before we see uses. This allows
|
||||
// us to sink instructions in one pass, without iteration. AFter sinking
|
||||
// us to sink instructions in one pass, without iteration. After sinking
|
||||
// instructions, we perform another pass to hoist them out of the loop.
|
||||
//
|
||||
SinkRegion(DT->getNode(L->getHeader()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user