X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fstranal%2FWorkWrap.lhs;h=86f64371ca70952946d775be8e6090aba0d0783a;hb=cae34044d89a87bd3da83b0e867b4a5d6994079a;hp=b05737d2419cb03d1d910aeda31d66f888ac5089;hpb=4e6d579860228f1264558d1cb03f27f239333039;p=ghc-hetmet.git diff --git a/ghc/compiler/stranal/WorkWrap.lhs b/ghc/compiler/stranal/WorkWrap.lhs index b05737d..86f6437 100644 --- a/ghc/compiler/stranal/WorkWrap.lhs +++ b/ghc/compiler/stranal/WorkWrap.lhs @@ -10,9 +10,7 @@ module WorkWrap ( wwTopBinds, mkWrapper ) where import CoreSyn import CoreUnfold ( Unfolding, certainlyWillInline ) -import CmdLineOpts ( opt_UF_CreationThreshold , opt_D_verbose_core2core, - opt_D_dump_worker_wrapper - ) +import CmdLineOpts ( opt_D_verbose_core2core, opt_D_dump_worker_wrapper ) import CoreLint ( beginPass, endPass ) import CoreUtils ( exprType, exprEtaExpandArity ) import MkId ( mkWorkerId )