summaryrefslogtreecommitdiffstats
path: root/polly
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2018-04-05 15:32:06 +0000
committerMichael Kruse <llvm@meinersbur.de>2018-04-05 15:32:06 +0000
commit2ce9274da6e4bde6b4bbdbd518adaeee3d4e903d (patch)
treea47f14de6d3d2900afb0b3c718df4a2ce1ae7580 /polly
parent499de6ccbe96aa8dbf0d777dbfc8127ad7ae8cda (diff)
downloadbcm5719-llvm-2ce9274da6e4bde6b4bbdbd518adaeee3d4e903d.tar.gz
bcm5719-llvm-2ce9274da6e4bde6b4bbdbd518adaeee3d4e903d.zip
Remove namespace comment at end of class. NFC.
The }; // namespace polly comment was put at the closing brace of the FunctionToScopPassAdaptor class. Since no namespace ends here, the comment is misplaced. Reported-by: Lukas Böhm <lukas.boehm93@gmail.com> llvm-svn: 329302
Diffstat (limited to 'polly')
-rw-r--r--polly/include/polly/ScopPass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/include/polly/ScopPass.h b/polly/include/polly/ScopPass.h
index 4a6bac7c1b6..5507e3e0dd2 100644
--- a/polly/include/polly/ScopPass.h
+++ b/polly/include/polly/ScopPass.h
@@ -261,7 +261,7 @@ public:
private:
ScopPassT Pass;
-}; // namespace polly
+};
template <typename ScopPassT>
FunctionToScopPassAdaptor<ScopPassT>
OpenPOWER on IntegriCloud