diff options
Diffstat (limited to 'ARMeilleure/Diagnostics/PassName.cs')
-rw-r--r-- | ARMeilleure/Diagnostics/PassName.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ARMeilleure/Diagnostics/PassName.cs b/ARMeilleure/Diagnostics/PassName.cs new file mode 100644 index 00000000..e3743985 --- /dev/null +++ b/ARMeilleure/Diagnostics/PassName.cs @@ -0,0 +1,17 @@ +namespace ARMeilleure.Diagnostics +{ + enum PassName + { + Decoding, + Translation, + RegisterUsage, + Dominance, + SsaConstruction, + Optimization, + PreAllocation, + RegisterAllocation, + CodeGeneration, + + Count + } +}
\ No newline at end of file |