diff options
Diffstat (limited to 'compiler/nativeGen/RegAlloc/Graph/ArchX86.hs')
-rw-r--r-- | compiler/nativeGen/RegAlloc/Graph/ArchX86.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/ArchX86.hs b/compiler/nativeGen/RegAlloc/Graph/ArchX86.hs index 8018f24fd4..e12d62deeb 100644 --- a/compiler/nativeGen/RegAlloc/Graph/ArchX86.hs +++ b/compiler/nativeGen/RegAlloc/Graph/ArchX86.hs @@ -31,7 +31,6 @@ classOfReg reg -- | Determine all the regs that make up a certain class. --- regsOfClass :: RegClass -> UniqSet Reg regsOfClass c = case c of @@ -52,7 +51,6 @@ regsOfClass c -- | Determine the common name of a reg -- returns Nothing if this reg is not part of the machine. - regName :: Reg -> Maybe String regName reg = case reg of |