Skip to content

Commit

Permalink
reduce patch
Browse files Browse the repository at this point in the history
  • Loading branch information
csabahruska committed Nov 7, 2018
1 parent c8d38f8 commit 56053b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ghc-8.2.2-cleaned.patch
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ index 906fce3..1c283c3 100644
import Data.Data hiding (Fixity, TyCon)
import Id
import GHCi ( addSptEntry )
@@ -1296,6 +1301,7 @@ hscGenHardCode hsc_env cgguts mod_summary output_filename = do
prepd_binds <- {-# SCC "CorePrep" #-}
corePrepPgm hsc_env this_mod location
core_binds data_tycons
+
----------------- Convert to STG ------------------
(stg_binds, cost_centre_info)
<- {-# SCC "CoreToStg" #-}
@@ -1304,6 +1310,12 @@ hscGenHardCode hsc_env cgguts mod_summary output_filename = do
let prof_init = profilingInitCode this_mod cost_centre_info
foreign_stubs = foreign_stubs0 `appendStubC` prof_init
Expand Down

0 comments on commit 56053b3

Please sign in to comment.