forked from OSchip/llvm-project
[ScopInfo][NFC] Add dot at the end of comment statement.
llvm-svn: 366134
This commit is contained in:
parent
becae2b232
commit
46b84fa231
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue