X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FsimplCore%2FCSE.lhs;h=310e36e5fdc3213e1fb0340fc9311f5ffaca4dbd;hb=a5ded1f8e90fd3dfc0cb05767923bcb0dd7392af;hp=041fdfbd8cadad671f8cadc0a53f29c26501d55b;hpb=f00281df6ea1b837beb4b997ef003aa8e7cce10e;p=ghc-hetmet.git diff --git a/ghc/compiler/simplCore/CSE.lhs b/ghc/compiler/simplCore/CSE.lhs index 041fdfb..310e36e 100644 --- a/ghc/compiler/simplCore/CSE.lhs +++ b/ghc/compiler/simplCore/CSE.lhs @@ -10,7 +10,7 @@ module CSE ( #include "HsVersions.h" -import CmdLineOpts ( DynFlag(..), DynFlags, dopt ) +import CmdLineOpts ( DynFlag(..), DynFlags ) import Id ( Id, idType ) import CoreUtils ( hashExpr, cheapEqExpr, exprIsBig, mkAltExpr ) import DataCon ( isUnboxedTupleCon )