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

llvm-svn: 366134
This commit is contained in:
Dominik Adamski 2019-07-15 22:01:55 +00:00
parent becae2b232
commit 46b84fa231
1 changed files with 1 additions and 1 deletions

View 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.