aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/IntermediateRepresentation/RegisterType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ARMeilleure/IntermediateRepresentation/RegisterType.cs')
-rw-r--r--ARMeilleure/IntermediateRepresentation/RegisterType.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/ARMeilleure/IntermediateRepresentation/RegisterType.cs b/ARMeilleure/IntermediateRepresentation/RegisterType.cs
deleted file mode 100644
index 88ac6c12..00000000
--- a/ARMeilleure/IntermediateRepresentation/RegisterType.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace ARMeilleure.IntermediateRepresentation
-{
- enum RegisterType
- {
- Integer,
- Vector,
- Flag,
- FpFlag
- }
-} \ No newline at end of file