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
Loading
Please sign in to comment