From: Dominik Adamski Date: Mon, 15 Jul 2019 22:01:55 +0000 (+0000) Subject: [ScopInfo][NFC] Add dot at the end of comment statement. X-Git-Tag: llvmorg-10-init~277 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46b84fa231c7c1b55e0271e085779d883d103657;p=platform%2Fupstream%2Fllvm.git [ScopInfo][NFC] Add dot at the end of comment statement. llvm-svn: 366134 --- diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index 00c69cd..aeed4a7 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.