summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2018-05-16 14:03:55 +0100
committerSimon Marlow <marlowsd@gmail.com>2018-05-17 08:54:55 +0100
commitf2d27c1ad69321872a87a37144fe41e815301f5b (patch)
treee579648c6360411911767fbe36c402c59694890a /compiler/codeGen
parent0c7db226012b5cfafc9a38bfe372661672ec8900 (diff)
downloadhaskell-f2d27c1ad69321872a87a37144fe41e815301f5b.tar.gz
Comments and refactoring only
Addressing review comments on D4637
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmmClosure.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs
index e0306eeba3..b021fe070d 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -1045,7 +1045,7 @@ mkDataConInfoTable dflags data_con is_static ptr_wds nonptr_wds
, cit_rep = sm_rep
, cit_prof = prof
, cit_srt = Nothing
- , cit_clo = Nothing }
+ , cit_clo = Nothing }
where
name = dataConName data_con
info_lbl = mkConInfoTableLabel name NoCafRefs