diff options
Diffstat (limited to 'src/ARMeilleure/CodeGen/RegisterAllocators')
| -rw-r--r-- | src/ARMeilleure/CodeGen/RegisterAllocators/LiveIntervalList.cs | 2 | ||||
| -rw-r--r-- | src/ARMeilleure/CodeGen/RegisterAllocators/UseList.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ARMeilleure/CodeGen/RegisterAllocators/LiveIntervalList.cs b/src/ARMeilleure/CodeGen/RegisterAllocators/LiveIntervalList.cs index d999d767..84b892f4 100644 --- a/src/ARMeilleure/CodeGen/RegisterAllocators/LiveIntervalList.cs +++ b/src/ARMeilleure/CodeGen/RegisterAllocators/LiveIntervalList.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace ARMeilleure.CodeGen.RegisterAllocators { diff --git a/src/ARMeilleure/CodeGen/RegisterAllocators/UseList.cs b/src/ARMeilleure/CodeGen/RegisterAllocators/UseList.cs index a945eccf..806002f8 100644 --- a/src/ARMeilleure/CodeGen/RegisterAllocators/UseList.cs +++ b/src/ARMeilleure/CodeGen/RegisterAllocators/UseList.cs @@ -1,4 +1,4 @@ -using System; +using System; namespace ARMeilleure.CodeGen.RegisterAllocators { |
