X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FAsmCodeGen.lhs;h=b7e4797720cb4ed2ae4c1972a0dd37fbdde06f49;hp=eafeec92df26446addef2a54fb24017db32a97e1;hb=1e50fd4185479a62e02d987bdfcb1c62712859ca;hpb=52cacd61834e6f448b8904bfa52c4a5a402e8698 diff --git a/compiler/nativeGen/AsmCodeGen.lhs b/compiler/nativeGen/AsmCodeGen.lhs index eafeec9..b7e4797 100644 --- a/compiler/nativeGen/AsmCodeGen.lhs +++ b/compiler/nativeGen/AsmCodeGen.lhs @@ -81,7 +81,6 @@ import State import UniqFM import Unique ( Unique, getUnique ) import UniqSupply -import List ( groupBy, sortBy ) import DynFlags #if powerpc_TARGET_ARCH import StaticFlags ( opt_Static, opt_PIC )