summaryrefslogtreecommitdiff
path: root/ghc/compiler/codeGen/CgProf.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/codeGen/CgProf.hs')
-rw-r--r--ghc/compiler/codeGen/CgProf.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/codeGen/CgProf.hs b/ghc/compiler/codeGen/CgProf.hs
index f43982d4c1..aa654fd425 100644
--- a/ghc/compiler/codeGen/CgProf.hs
+++ b/ghc/compiler/codeGen/CgProf.hs
@@ -47,7 +47,7 @@ import Module ( moduleUserString )
import Id ( Id )
import CostCentre
import StgSyn ( GenStgExpr(..), StgExpr )
-import CmdLineOpts ( opt_SccProfilingOn )
+import StaticFlags ( opt_SccProfilingOn )
import FastString ( FastString, mkFastString, LitString )
import Constants -- Lots of field offsets
import Outputable