diff options
| -rw-r--r-- | polly/include/polly/ScopInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h index 00c69cd24e1..aeed4a7e3d4 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. |

