X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2FcodeGen%2FSMRep.lhs;h=9e1b7a7e7371605292121c025e438d50c55f9fce;hb=e3d95da870e58a799d8db4079192ba2471d7853d;hp=92b9513d565793d1805f52e540f04ad987235e27;hpb=d6174f50acdbc2197e81351e334317d0742f74f2;p=ghc-hetmet.git diff --git a/ghc/compiler/codeGen/SMRep.lhs b/ghc/compiler/codeGen/SMRep.lhs index 92b9513..9e1b7a7 100644 --- a/ghc/compiler/codeGen/SMRep.lhs +++ b/ghc/compiler/codeGen/SMRep.lhs @@ -41,7 +41,7 @@ module SMRep ( import Id ( Id, idType ) import Type ( Type, typePrimRep, PrimRep(..) ) import TyCon ( TyCon, tyConPrimRep ) -import MachOp ( MachRep(..), MachHint(..), wordRep ) +import MachOp-- ( MachRep(..), MachHint(..), wordRep ) import CmdLineOpts ( opt_SccProfilingOn, opt_GranMacros, opt_Unregisterised ) import Constants import Outputable