summaryrefslogtreecommitdiff
path: root/backend/src/ir/instruction.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/ir/instruction.hpp')
-rw-r--r--backend/src/ir/instruction.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/src/ir/instruction.hpp b/backend/src/ir/instruction.hpp
index 8685dd4b..05c3e649 100644
--- a/backend/src/ir/instruction.hpp
+++ b/backend/src/ir/instruction.hpp
@@ -389,6 +389,7 @@ namespace ir {
public:
/*! Return the value stored in the instruction */
Immediate getImmediate(void) const;
+ void setImmediateIndex(ImmediateIndex immIndex);
/*! Return the type of the stored value */
Type getType(void) const;
/*! Return true if the given instruction is an instance of this class */