diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-24 13:42:57 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-25 11:12:34 +0100 |
commit | fb127a99c6f69dd13e2cd8add01eb3a726fa2f76 (patch) | |
tree | 7acf9913ec8e4beac65f66e51d91a8d9147365ca /compiler/codeGen/StgCmmUtils.hs | |
parent | 621ea4126b1948fe90915940b364f1efe41cad44 (diff) | |
download | haskell-fb127a99c6f69dd13e2cd8add01eb3a726fa2f76.tar.gz |
Refactoring/renaming
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" |