Skip to content

Commit

Permalink
Update lib/Dialect/AIE/IR/AIEDialect.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
AndraBisca and github-actions[bot] authored Oct 30, 2024
1 parent c8d54a8 commit 828c6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dialect/AIE/IR/AIEDialect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ static ParseResult parseObjectFifoInitValues(OpAsmParser &parser,
auto initialValues = llvm::dyn_cast<mlir::ArrayAttr>(initValues);
if (!llvm::isa<ElementsAttr>(initialValues[i]))
return parser.emitError(parser.getNameLoc())
<< "initial value should be an elements attribute";
<< "initial value should be an elements attribute";
}

return success();
Expand Down

0 comments on commit 828c6ee

Please sign in to comment.