Skip to content

Commit

Permalink
[HW] Delete stray debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzSiFive committed Sep 1, 2023
1 parent 630dabd commit 7d7b328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Dialect/HW/HWOpInterfaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ LogicalResult hw::verifyInnerSymAttr(InnerSymbolOpInterface op) {
if (!result)
return success();
auto resultType = result.getType();
resultType.dump();
auto maxFields = FieldIdImpl::getMaxFieldID(resultType);
llvm::SmallBitVector indices(maxFields + 1);
llvm::SmallPtrSet<Attribute, 8> symNames;
Expand Down

0 comments on commit 7d7b328

Please sign in to comment.