Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs')
-rw-r--r--src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs b/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs
index aa102c85db7..05b853de18c 100644
--- a/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs
+++ b/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs
@@ -1,12 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
namespace ILCompiler.DependencyAnalysis.ARM64
{
public enum Register
@@ -42,9 +36,9 @@ namespace ILCompiler.DependencyAnalysis.ARM64
X28 = 28,
X29 = 29,
X30 = 30,
-
+
X31 = 31,
-
+
None = 32,
NoIndex = 128,
}