diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-07-09 16:46:02 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-07-11 10:03:21 +0100 |
commit | bf32abdab86f1c88c502e1b5a7bd1ea419e6c8b5 (patch) | |
tree | 8cd3bbc03143c378182fead659ebbcd89a2ef85c /compiler/codeGen/StgCmmCon.hs | |
parent | 6ed684b35af3045a41e34b4f8a0b6dd05a6eb700 (diff) | |
download | haskell-bf32abdab86f1c88c502e1b5a7bd1ea419e6c8b5.tar.gz |
remove some redundant SRT-related stuff
Diffstat (limited to 'compiler/codeGen/StgCmmCon.hs')
-rw-r--r-- | compiler/codeGen/StgCmmCon.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmCon.hs b/compiler/codeGen/StgCmmCon.hs index c348570a54..a7af5662e9 100644 --- a/compiler/codeGen/StgCmmCon.hs +++ b/compiler/codeGen/StgCmmCon.hs @@ -92,7 +92,6 @@ cgTopRhsCon id con args info_tbl dontCareCCS -- Because it's static data caffy -- Has CAF refs - False -- no SRT payload -- BUILD THE OBJECT |