mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-23 01:39:42 +00:00
Remove Op prefix for Name
This commit is contained in:
@@ -192,7 +192,7 @@ class Module {
|
||||
|
||||
/// Assign a name string to a reference.
|
||||
/// @return target
|
||||
Ref OpName(Ref target, const std::string& name);
|
||||
Ref Name(Ref target, const std::string& name);
|
||||
|
||||
// Memory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user