aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/IntermediateRepresentation/RegisterType.cs
blob: e71795cb94e89302c664832bc7751cbd3ace1883 (plain)
1
2
3
4
5
6
7
8
9
namespace ARMeilleure.IntermediateRepresentation
{
    enum RegisterType
    {
        Integer,
        Vector,
        Flag
    }
}