X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FPositionIndependentCode.hs;h=16359094a8e2b9ec916cca10ee01d637ce85d8ac;hb=67136d3a04b96b043328df9d4716d3da7a24a517;hp=edb884677f764605f86119a2f73e2f9c37b05fc2;hpb=176fa33f17dd78355cc572e006d2ab26898e2c69;p=ghc-hetmet.git diff --git a/compiler/nativeGen/PositionIndependentCode.hs b/compiler/nativeGen/PositionIndependentCode.hs index edb8846..1635909 100644 --- a/compiler/nativeGen/PositionIndependentCode.hs +++ b/compiler/nativeGen/PositionIndependentCode.hs @@ -65,8 +65,8 @@ import CLabel ( CLabel, pprCLabel, import CLabel ( mkForeignLabel ) #endif -import MachRegs -import MachInstrs +import Regs +import Instrs import NCGMonad ( NatM, getNewRegNat, getNewLabelNat ) import StaticFlags ( opt_PIC, opt_Static )