Remove namespace comment at end of class. NFC.
commit7e737141ee08a6a86f6dfb7b24d9eb91f1060a78
authorMichael Kruse <llvm@meinersbur.de>
Thu, 5 Apr 2018 15:32:06 +0000 (5 15:32 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 5 Apr 2018 15:32:06 +0000 (5 15:32 +0000)
treea94a1ac1fc9f92f36bc55d853eacea2289e89e1c
parent548b6f08a60399a2a9d182180796651cad492082
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>
git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@329302 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopPass.h