Skip to content

Commit

Permalink
[NFC] Double anon namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darthscsi authored and mingzheTerapines committed Jun 27, 2024
1 parent cca9ec2 commit 50a6dfb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/Dialect/FIRRTL/Transforms/Vectorization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/Support/Debug.h"

#define DEBUG_TYPE "firrtl-vectorization"

namespace circt {
namespace firrtl {
#define GEN_PASS_DEF_VECTORIZATION
Expand All @@ -34,7 +32,8 @@ namespace firrtl {
using namespace circt;
using namespace firrtl;

namespace {
#define DEBUG_TYPE "firrtl-vectorization"

//===----------------------------------------------------------------------===//
// Pass Infrastructure
//===----------------------------------------------------------------------===//
Expand Down Expand Up @@ -77,7 +76,6 @@ class VectorCreateToLogicElementwise : public mlir::RewritePattern {
return failure();
}
};
} // namespace

struct VectorizationPass
: public circt::firrtl::impl::VectorizationBase<VectorizationPass> {
Expand Down

0 comments on commit 50a6dfb

Please sign in to comment.