diff options
| author | Xinliang David Li <davidxl@google.com> | 2016-08-11 22:34:00 +0000 |
|---|---|---|
| committer | Xinliang David Li <davidxl@google.com> | 2016-08-11 22:34:00 +0000 |
| commit | cbb5e02f4ae8455e65fae10b0e995489b43411e2 (patch) | |
| tree | e839f2bdb7415ec0f6b0a28afdfc770f551c1746 /llvm/lib | |
| parent | 7873de0cf65f48e6c8169691ee7eb203b89bfac5 (diff) | |
| download | bcm5719-llvm-cbb5e02f4ae8455e65fae10b0e995489b43411e2.tar.gz bcm5719-llvm-cbb5e02f4ae8455e65fae10b0e995489b43411e2.zip | |
Fix typos /NFC
llvm-svn: 278436
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LICM.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp index 9fc5120492f..353a91fe853 100644 --- a/llvm/lib/Transforms/Scalar/LICM.cpp +++ b/llvm/lib/Transforms/Scalar/LICM.cpp @@ -1071,8 +1071,8 @@ bool llvm::promoteLoopAccessesToScalars( /// Returns an owning pointer to an alias set which incorporates aliasing info /// from L and all subloops of L. -/// FIXME: In new pass manager, there is no helper functions to handle loop -/// analysis such as cloneBasicBlockAnalysis. So the AST needs to be recompute +/// FIXME: In new pass manager, there is no helper function to handle loop +/// analysis such as cloneBasicBlockAnalysis, so the AST needs to be recomputed /// from scratch for every loop. Hook up with the helper functions when /// available in the new pass manager to avoid redundant computation. AliasSetTracker * |

