mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-19 08:43:01 +00:00
Remove Op prefix for Name
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
Ref Module::OpName(Ref target, const std::string& name) {
|
||||
Ref Module::Name(Ref target, const std::string& name) {
|
||||
auto op{new Op(spv::Op::OpName)};
|
||||
op->Add(target);
|
||||
op->Add(name);
|
||||
|
||||
Reference in New Issue
Block a user