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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/ir/instruction.hpp b/backend/src/ir/instruction.hpp
index e6119da1..ddcefcee 100644
--- a/backend/src/ir/instruction.hpp
+++ b/backend/src/ir/instruction.hpp
@@ -88,7 +88,7 @@ namespace ir {
std::ostream &operator<< (std::ostream &out, AddressSpace addrSpace);
/*! A label is identified with an unsigned short */
- TYPE_SAFE(LabelIndex, uint16_t)
+ TYPE_SAFE(LabelIndex, uint32_t)
/*! Function class contains the register file and the register tuple. Any
* information related to the registers may therefore require a function