feat(furc/ssa): implement renaming

Refs: #2
This commit is contained in:
2026-06-12 22:07:26 +02:00
parent a14252bd1d
commit be386cf230
2 changed files with 76 additions and 0 deletions
+7
View File
@@ -198,6 +198,13 @@ public:
*/
operand_t type() const { return m_type; }
/**
* @brief Returns this operand's register value.
*
* @return The register value.
*/
register_operand& reg() { return m_value.reg; }
/**
* @brief Returns this operand's register value.
*