[polly] r366134 - [ScopInfo][NFC] Add dot at the end of comment statement.

Dominik Adamski via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 15:01:56 PDT 2019


Author: domada
Date: Mon Jul 15 15:01:55 2019
New Revision: 366134

URL: http://llvm.org/viewvc/llvm-project?rev=366134&view=rev
Log:
[ScopInfo][NFC] Add dot at the end of comment statement.

Modified:
    polly/trunk/include/polly/ScopInfo.h

Modified: polly/trunk/include/polly/ScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopInfo.h?rev=366134&r1=366133&r2=366134&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Mon Jul 15 15:01:55 2019
@@ -51,7 +51,7 @@ extern bool UseInstructionNames;
 
 // The maximal number of basic sets we allow during domain construction to
 // be created. More complex scops will result in very high compile time and
-// are also unlikely to result in good code
+// are also unlikely to result in good code.
 extern int const MaxDisjunctsInDomain;
 
 /// Enumeration of assumptions Polly can take.




More information about the llvm-commits mailing list