Remove stale TODO
Change-Id: I1b7dbbc0290c48309c9cbf00a432e3beccd27bcf Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/31540 Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
5bee67fced
commit
74023424da
|
@ -1687,7 +1687,6 @@ bool FunctionEmitter::EmitFunctionVariables() {
|
||||||
parser_impl_.MakeConstantExpression(inst.GetSingleWordInOperand(1))
|
parser_impl_.MakeConstantExpression(inst.GetSingleWordInOperand(1))
|
||||||
.expr);
|
.expr);
|
||||||
}
|
}
|
||||||
// TODO(dneto): Add the initializer via Variable::set_constructor.
|
|
||||||
auto var_decl_stmt =
|
auto var_decl_stmt =
|
||||||
std::make_unique<ast::VariableDeclStatement>(std::move(var));
|
std::make_unique<ast::VariableDeclStatement>(std::move(var));
|
||||||
AddStatementForInstruction(std::move(var_decl_stmt), inst);
|
AddStatementForInstruction(std::move(var_decl_stmt), inst);
|
||||||
|
|
Loading…
Reference in New Issue