summaryrefslogtreecommitdiff
path: root/compiler/codeGen/StgCmmUtils.hs
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-08-24 13:42:57 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-08-25 11:12:34 +0100
commitfb127a99c6f69dd13e2cd8add01eb3a726fa2f76 (patch)
tree7acf9913ec8e4beac65f66e51d91a8d9147365ca /compiler/codeGen/StgCmmUtils.hs
parent621ea4126b1948fe90915940b364f1efe41cad44 (diff)
downloadhaskell-fb127a99c6f69dd13e2cd8add01eb3a726fa2f76.tar.gz
Refactoring/renaming
Diffstat (limited to 'compiler/codeGen/StgCmmUtils.hs')
-rw-r--r--compiler/codeGen/StgCmmUtils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmUtils.hs b/compiler/codeGen/StgCmmUtils.hs
index 4575a0384e..509a1ebbb4 100644
--- a/compiler/codeGen/StgCmmUtils.hs
+++ b/compiler/codeGen/StgCmmUtils.hs
@@ -40,7 +40,7 @@ module StgCmmUtils (
packHalfWordsCLit,
blankWord,
- getSRTInfo, clHasCafRefs, srt_escape
+ getSRTInfo, srt_escape
) where
#include "HsVersions.h"