aboutsummaryrefslogtreecommitdiff
path: root/polly/include
diff options
context:
space:
mode:
authorDominik Adamski <adamski.dominik@gmail.com>2019-07-15 22:01:55 +0000
committerDominik Adamski <adamski.dominik@gmail.com>2019-07-15 22:01:55 +0000
commit46b84fa231c7c1b55e0271e085779d883d103657 (patch)
treedbc492c80eb30d25feb1849dfe1376930de7df93 /polly/include
parentbecae2b2324f15bbe0de46d58e7eb2fe5bd1cef4 (diff)
downloadllvm-project-46b84fa231c7c1b55e0271e085779d883d103657.tar.gz
[ScopInfo][NFC] Add dot at the end of comment statement.
llvm-svn: 366134
Diffstat (limited to 'polly/include')
-rw-r--r--polly/include/polly/ScopInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h
index 00c69cd24e10..aeed4a7e3d4f 100644
--- a/polly/include/polly/ScopInfo.h
+++ b/polly/include/polly/ScopInfo.h
@@ -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.