Skip to content

Commit

Permalink
Namespace usage updated in converter.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muxianesty authored Aug 2, 2024
1 parent 89a263a commit 310d312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/dfcxx/lib/dfcxx/converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace dfcxx {

class DFCIRDumperPass: public PassWrapper<DFCIRDumperPass, OperationPass<ModuleOp>> {
class DFCIRDumperPass: public mlir::PassWrapper<DFCIRDumperPass, mlir::OperationPass<mlir::ModuleOp>> {
private:
llvm::raw_fd_ostream *stream;

Expand Down

0 comments on commit 310d312

Please sign in to comment.