RegisterType.cs
 1  namespace ARMeilleure.IntermediateRepresentation
 2  {
 3      enum RegisterType
 4      {
 5          Integer,
 6          Vector,
 7          Flag,
 8          FpFlag,
 9      }
10  }