summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmmUtils.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/codeGen/StgCmmUtils.hs b/compiler/codeGen/StgCmmUtils.hs
index cc55ae2fbc..af5e9577b6 100644
--- a/compiler/codeGen/StgCmmUtils.hs
+++ b/compiler/codeGen/StgCmmUtils.hs
@@ -29,9 +29,9 @@ module StgCmmUtils (
cmmOffsetW, cmmOffsetB,
cmmOffsetLitW, cmmOffsetLitB,
cmmLoadIndexW,
- cmmConstrTag, cmmConstrTag1,
+ cmmConstrTag1,
- cmmUntag, cmmIsTagged, cmmGetTag,
+ cmmUntag, cmmIsTagged,
addToMem, addToMemE, addToMemLbl,
mkWordCLit,