OSDN Git Service

[Polly] Move SimplifyVisitor into polly namespace.
authorMichael Kruse <llvm-project@meinersbur.de>
Tue, 17 Nov 2020 00:55:05 +0000 (18:55 -0600)
committerMichael Kruse <llvm-project@meinersbur.de>
Tue, 17 Nov 2020 00:59:08 +0000 (18:59 -0600)
commitfc115f2e73a2049211efa231b6c54c29248efdf5
treebe34fe77abbbeea222a1eb48b1e68615d2d0d3c8
parentb16e4d3fc11d890480a6b5ecd61874e0e19ed5b7
[Polly] Move SimplifyVisitor into polly namespace.

Declarations in headers should not be in the anonymous
namespace. Compilers also warn about the use of
<anon namespace>::SimplifyVisitor as a public field in
polly::SimplifyPass and polly::SimplifyPrinterPass.
polly/include/polly/Simplify.h
polly/lib/Transform/Simplify.cpp