diff options
Diffstat (limited to 'compiler/codeGen/StgCmmUtils.hs')
-rw-r--r-- | compiler/codeGen/StgCmmUtils.hs | 2 |
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" |