[llvm] 00c8be3 - fix whitespace type

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 13 19:02:52 PDT 2021


Author: Philip Reames
Date: 2021-04-13T19:02:41-07:00
New Revision: 00c8be3f93b977b7ba94906199392d3ff329376a

URL: https://github.com/llvm/llvm-project/commit/00c8be3f93b977b7ba94906199392d3ff329376a
DIFF: https://github.com/llvm/llvm-project/commit/00c8be3f93b977b7ba94906199392d3ff329376a.diff

LOG: fix whitespace type

Added: 
    

Modified: 
    llvm/lib/Analysis/Loads.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Analysis/Loads.cpp b/llvm/lib/Analysis/Loads.cpp
index 2ae1fd5b5bde..da4ee7d5228e 100644
--- a/llvm/lib/Analysis/Loads.cpp
+++ b/llvm/lib/Analysis/Loads.cpp
@@ -416,7 +416,7 @@ bool llvm::isSafeToLoadUnconditionally(Value *V, Type *Ty, Align Alignment,
   return isSafeToLoadUnconditionally(V, Alignment, Size, DL, ScanFrom, DT, TLI);
 }
 
-  /// DefMaxInstsToScan - the default number of maximum instructions
+/// DefMaxInstsToScan - the default number of maximum instructions
 /// to scan in the block, used by FindAvailableLoadedValue().
 /// FindAvailableLoadedValue() was introduced in r60148, to improve jump
 /// threading in part by eliminating partially redundant loads.


        


More information about the llvm-commits mailing list