summaryrefslogtreecommitdiffstats
path: root/polly/lib/Support/SCEVValidator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/Support/SCEVValidator.cpp')
-rw-r--r--polly/lib/Support/SCEVValidator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Support/SCEVValidator.cpp b/polly/lib/Support/SCEVValidator.cpp
index 4b8516338e6..6b70ff72ee8 100644
--- a/polly/lib/Support/SCEVValidator.cpp
+++ b/polly/lib/Support/SCEVValidator.cpp
@@ -32,7 +32,7 @@ enum TYPE {
// An invalid expression.
INVALID
};
-}
+} // namespace SCEVType
/// @brief The result the validator returns for a SCEV expression.
class ValidatorResult {
@@ -635,4 +635,4 @@ extractConstantFactor(const SCEV *S, ScalarEvolution &SE) {
return std::make_pair(ConstPart, LeftOver);
}
-}
+} // namespace polly
OpenPOWER on IntegriCloud