aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/IntermediateRepresentation
diff options
context:
space:
mode:
Diffstat (limited to 'ARMeilleure/IntermediateRepresentation')
-rw-r--r--ARMeilleure/IntermediateRepresentation/RegisterType.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ARMeilleure/IntermediateRepresentation/RegisterType.cs b/ARMeilleure/IntermediateRepresentation/RegisterType.cs
index e71795cb..88ac6c12 100644
--- a/ARMeilleure/IntermediateRepresentation/RegisterType.cs
+++ b/ARMeilleure/IntermediateRepresentation/RegisterType.cs
@@ -4,6 +4,7 @@ namespace ARMeilleure.IntermediateRepresentation
{
Integer,
Vector,
- Flag
+ Flag,
+ FpFlag
}
} \ No newline at end of file