diff options
Diffstat (limited to 'compiler/codeGen/StgCmmCon.hs')
-rw-r--r-- | compiler/codeGen/StgCmmCon.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmCon.hs b/compiler/codeGen/StgCmmCon.hs index 57d4759346..eb00bbf0c0 100644 --- a/compiler/codeGen/StgCmmCon.hs +++ b/compiler/codeGen/StgCmmCon.hs @@ -23,7 +23,7 @@ import StgCmmEnv import StgCmmHeap import StgCmmUtils import StgCmmClosure -import StgCmmProf +import StgCmmProf ( curCCS ) import CmmExpr import CLabel |