mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-04-02 00:45:59 +02:00
Replace "auto const" with "auto"
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Sirit {
|
||||
|
||||
Ref Module::Decorate(Ref target, spv::Decoration decoration,
|
||||
const std::vector<Operand*>& literals) {
|
||||
auto const op{new Op(spv::Op::OpDecorate)};
|
||||
auto op{new Op(spv::Op::OpDecorate)};
|
||||
op->Add(target);
|
||||
AddEnum(op, decoration);
|
||||
op->Sink(literals);
|
||||
|
||||
Reference in New Issue
Block a user