[llvm] r278436 - Fix typos /NFC

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 15:34:00 PDT 2016


Author: davidxl
Date: Thu Aug 11 17:34:00 2016
New Revision: 278436

URL: http://llvm.org/viewvc/llvm-project?rev=278436&view=rev
Log:
Fix typos /NFC

Modified:
    llvm/trunk/lib/Transforms/Scalar/LICM.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/LICM.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LICM.cpp?rev=278436&r1=278435&r2=278436&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LICM.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LICM.cpp Thu Aug 11 17:34:00 2016
@@ -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 *




More information about the llvm-commits mailing list