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_ARM/Register.cs')
-rw-r--r--src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs b/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs
index 59cc4b74753..52177862570 100644
--- a/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs
+++ b/src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/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.ARM
{
public enum Register
@@ -27,7 +21,7 @@ namespace ILCompiler.DependencyAnalysis.ARM
R13 = 13,
R14 = 14,
R15 = 15,
-
+
None = 16,
RegDirect = 24,