diff options
Diffstat (limited to 'compiler/nativeGen/X86/CodeGen.hs')
-rw-r--r-- | compiler/nativeGen/X86/CodeGen.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/nativeGen/X86/CodeGen.hs b/compiler/nativeGen/X86/CodeGen.hs index 13662f6807..4aeb4eb635 100644 --- a/compiler/nativeGen/X86/CodeGen.hs +++ b/compiler/nativeGen/X86/CodeGen.hs @@ -38,9 +38,6 @@ import X86.Cond import X86.Regs import X86.RegInfo ---TODO: Remove - Just for development/debugging -import X86.Ppr() - import CodeGen.Platform import CPrim import Debug ( DebugBlock(..), UnwindPoint(..), UnwindTable @@ -60,7 +57,6 @@ import GHC.Platform import BasicTypes import BlockId import Module ( primUnitId ) -import PprCmm () import CmmUtils import CmmSwitch import Cmm |