mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-19 08:43:01 +00:00
OpName returns its target
This commit is contained in:
@@ -177,7 +177,8 @@ public:
|
||||
// Debug
|
||||
|
||||
/// Assign a name string to a reference.
|
||||
void Name(Ref target, const std::string& name);
|
||||
/// @return target
|
||||
Ref Name(Ref target, const std::string& name);
|
||||
|
||||
// Literals
|
||||
static Operand* Literal(std::uint32_t value);
|
||||
|
||||
Reference in New Issue
Block a user