Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
taalexander committed Jun 20, 2024
1 parent d9a89c2 commit 2293ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/OpenQASM3/QUIRGenQASM3Visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ QUIRGenQASM3Visitor::visit_(const ASTCastExpressionNode *node) {
}

mlir::Value QUIRGenQASM3Visitor::createVoidValue(mlir::Location location) {
return mlir::Value();
return {};
}

mlir::Value QUIRGenQASM3Visitor::createVoidValue(QASM::ASTBase const *node) {
Expand Down

0 comments on commit 2293ec1

Please sign in to comment.