Skip to content

Commit 46b84fa

Browse files
[ScopInfo][NFC] Add dot at the end of comment statement.
llvm-svn: 366134
1 parent becae2b commit 46b84fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polly/include/polly/ScopInfo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extern bool UseInstructionNames;
5151

5252
// The maximal number of basic sets we allow during domain construction to
5353
// be created. More complex scops will result in very high compile time and
54-
// are also unlikely to result in good code
54+
// are also unlikely to result in good code.
5555
extern int const MaxDisjunctsInDomain;
5656

5757
/// Enumeration of assumptions Polly can take.

0 commit comments

Comments
 (0)