Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
sjalander committed Jan 4, 2024
1 parent b9ba732 commit 336b424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jlm/mlir/backend/mlirgen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ std::unique_ptr<mlir::rvsdg::OmegaNode>
MLIRGen::convertOmega(const rvsdg::graph & graph)
{
// Create the MLIR omega node
std::unique_ptr<mlir::rvsdg::OmegaNode> omega =
std::make_unique<mlir::rvsdg::OmegaNode>(Builder_->create<mlir::rvsdg::OmegaNode>(Builder_->getUnknownLoc()));
std::unique_ptr<mlir::rvsdg::OmegaNode> omega = std::make_unique<mlir::rvsdg::OmegaNode>(
Builder_->create<mlir::rvsdg::OmegaNode>(Builder_->getUnknownLoc()));

// Create a block for the region as this is currently not done automatically
mlir::Region & region = omega->getRegion();
Expand Down

0 comments on commit 336b424

Please sign in to comment.