[ScopInfo][NFC] Add dot at the end of comment statement.
authorDominik Adamski <adamski.dominik@gmail.com>
Mon, 15 Jul 2019 22:01:55 +0000 (22:01 +0000)
committerDominik Adamski <adamski.dominik@gmail.com>
Mon, 15 Jul 2019 22:01:55 +0000 (22:01 +0000)
llvm-svn: 366134

polly/include/polly/ScopInfo.h

index 00c69cd..aeed4a7 100644 (file)
@@ -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.