Skip to content

Commit 0802e31

Browse files
committed
[NFC][LLVM] Namespace cleanup in NewGVN
1 parent 1adbae9 commit 0802e31

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Transforms/Scalar/NewGVN.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ static cl::opt<bool> EnablePhiOfOps("enable-phi-of-ops", cl::init(true),
160160
//===----------------------------------------------------------------------===//
161161

162162
// Anchor methods.
163-
namespace llvm {
164-
namespace GVNExpression {
165-
166163
Expression::~Expression() = default;
167164
BasicExpression::~BasicExpression() = default;
168165
CallExpression::~CallExpression() = default;
@@ -171,9 +168,6 @@ StoreExpression::~StoreExpression() = default;
171168
AggregateValueExpression::~AggregateValueExpression() = default;
172169
PHIExpression::~PHIExpression() = default;
173170

174-
} // end namespace GVNExpression
175-
} // end namespace llvm
176-
177171
namespace {
178172

179173
// Tarjan's SCC finding algorithm with Nuutila's improvements

0 commit comments

Comments
 (0)