Remove namespace comment at end of class. NFC.
authorMichael Kruse <llvm@meinersbur.de>
Thu, 5 Apr 2018 15:32:06 +0000 (15:32 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 5 Apr 2018 15:32:06 +0000 (15:32 +0000)
commit2ce9274da6e4bde6b4bbdbd518adaeee3d4e903d
treea47f14de6d3d2900afb0b3c718df4a2ce1ae7580
parent499de6ccbe96aa8dbf0d777dbfc8127ad7ae8cda
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
polly/include/polly/ScopPass.h