Skip to content

Commit

Permalink
rebase and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sstipano committed Feb 25, 2025
1 parent e3cae85 commit 4cab801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/example/generated/ExampleDialect.cpp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ instName


const ::llvm::AttributeList attrs
= ExampleDialect::get(context).getAttributeList(4);
= ExampleDialect::get(context).getAttributeList(5);
auto fnType = ::llvm::FunctionType::get(::llvm::Type::getVoidTy(context), {
}, false);

Expand Down Expand Up @@ -1603,7 +1603,7 @@ instName


const ::llvm::AttributeList attrs
= ExampleDialect::get(context).getAttributeList(4);
= ExampleDialect::get(context).getAttributeList(5);
auto fnType = ::llvm::FunctionType::get(::llvm::Type::getVoidTy(context), {
}, false);

Expand Down

0 comments on commit 4cab801

Please sign in to comment.