OpName returns its target

This commit is contained in:
ReinUsesLisp 2018-08-31 04:55:01 -03:00
parent 4fe98c2902
commit 45555c0e57
3 changed files with 6 additions and 5 deletions

View file

@ -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);