[commit: ghc] wip/T10613: ENTER must not short-circuit COUNTING_IND (e201031)
git at git.haskell.org
git at git.haskell.org
Mon Jul 4 12:06:37 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T10613
Link : http://ghc.haskell.org/trac/ghc/changeset/e20103101fb89f946cbf95f7111903d0755e189e/ghc
>---------------------------------------------------------------
commit e20103101fb89f946cbf95f7111903d0755e189e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Jul 4 13:40:01 2016 +0200
ENTER must not short-circuit COUNTING_IND
>---------------------------------------------------------------
e20103101fb89f946cbf95f7111903d0755e189e
includes/Cmm.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/includes/Cmm.h b/includes/Cmm.h
index 4fd5910..3b9a5a6 100644
--- a/includes/Cmm.h
+++ b/includes/Cmm.h
@@ -288,7 +288,6 @@
(TO_W_( %INFO_TYPE(%STD_INFO(info)) )) { \
case \
IND, \
- COUNTING_IND, \
IND_STATIC: \
{ \
x = StgInd_indirectee(x); \
More information about the ghc-commits
mailing list