diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2007-08-18 15:08:56 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2007-08-18 15:08:56 +0000 |
| commit | a0d49dac263c8ad2451871ca90162bd1a1b92415 (patch) | |
| tree | 9eb4a91feb0ddd6ca044f9c8b20cef8379e2234e /llvm/lib/Transforms | |
| parent | 5dccc83b4be4774b88022ba564d4fa8308e12cb9 (diff) | |
| download | bcm5719-llvm-a0d49dac263c8ad2451871ca90162bd1a1b92415.tar.gz bcm5719-llvm-a0d49dac263c8ad2451871ca90162bd1a1b92415.zip | |
Typo.
llvm-svn: 41168
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LICM.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp index ede3bd9dde6..7f4d783bdb6 100644 --- a/llvm/lib/Transforms/Scalar/LICM.cpp +++ b/llvm/lib/Transforms/Scalar/LICM.cpp @@ -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())); |

