summaryrefslogtreecommitdiff
path: root/includes/stg
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-08-11 21:18:36 +0300
committerSergei Trofimovich <slyfox@gentoo.org>2014-08-11 21:18:36 +0300
commit8e64151bc43075f910205a14f1c06966ad37ba0c (patch)
tree975679fd428a031402adf2d75b73de3c6d5efecc /includes/stg
parent71bd4e310793b9225767b66f3aa758156816632e (diff)
downloadhaskell-8e64151bc43075f910205a14f1c06966ad37ba0c.tar.gz
stg/Prim.h: drop redundant #ifdef
Summary: Noticed by Herbert Valerio Riedel Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Test Plan: build test Reviewers: simonmar, austin, hvr Reviewed By: hvr Subscribers: rwbarton, phaskell, simonmar, relrod, ezyang, carter Differential Revision: https://phabricator.haskell.org/D143
Diffstat (limited to 'includes/stg')
-rw-r--r--includes/stg/Prim.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/stg/Prim.h b/includes/stg/Prim.h
index 7d94d1846d..9fdfd3ceaa 100644
--- a/includes/stg/Prim.h
+++ b/includes/stg/Prim.h
@@ -26,11 +26,7 @@ StgWord hs_popcnt8(StgWord x);
StgWord hs_popcnt16(StgWord x);
StgWord hs_popcnt32(StgWord x);
StgWord hs_popcnt64(StgWord64 x);
-#ifdef i386_HOST_ARCH
StgWord hs_popcnt(StgWord x);
-#else
-StgWord hs_popcnt(StgWord x);
-#endif
/* libraries/ghc-prim/cbits/word2float.c */
StgFloat hs_word2float32(StgWord x);