[llvm] r339644 - [NFC] Modify comment to make it more precise

Max Kazantsev via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 14 00:40:08 PDT 2018


Author: mkazantsev
Date: Tue Aug 14 00:40:08 2018
New Revision: 339644

URL: http://llvm.org/viewvc/llvm-project?rev=339644&view=rev
Log:
[NFC] Modify comment to make it more precise

Modified:
    llvm/trunk/include/llvm/Analysis/MustExecute.h

Modified: llvm/trunk/include/llvm/Analysis/MustExecute.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/MustExecute.h?rev=339644&r1=339643&r2=339644&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/MustExecute.h (original)
+++ llvm/trunk/include/llvm/Analysis/MustExecute.h Tue Aug 14 00:40:08 2018
@@ -31,7 +31,7 @@ class DominatorTree;
 class Loop;
 
 /// Captures loop safety information.
-/// It keep information for loop & its header may throw exception or otherwise
+/// It keep information for loop blocks may throw exception or otherwise
 /// exit abnormaly on any iteration of the loop which might actually execute
 /// at runtime.  The primary way to consume this infromation is via
 /// isGuaranteedToExecute below, but some callers bailout or fallback to




More information about the llvm-commits mailing list