Move solution and projects to src
This commit is contained in:
19
src/ARMeilleure/Diagnostics/PassName.cs
Normal file
19
src/ARMeilleure/Diagnostics/PassName.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace ARMeilleure.Diagnostics
|
||||
{
|
||||
enum PassName
|
||||
{
|
||||
Decoding,
|
||||
Translation,
|
||||
RegisterUsage,
|
||||
TailMerge,
|
||||
Dominance,
|
||||
SsaConstruction,
|
||||
RegisterToLocal,
|
||||
Optimization,
|
||||
PreAllocation,
|
||||
RegisterAllocation,
|
||||
CodeGeneration,
|
||||
|
||||
Count
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user