mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-03 13:15:36 +01:00
OpName returns its target
This commit is contained in:
parent
4fe98c2902
commit
45555c0e57
3 changed files with 6 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue