X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FHscMain.lhs;fp=compiler%2Fmain%2FHscMain.lhs;h=09db7a8492ea1f66397b6b240570bbd23560ecb2;hp=47bde9659d42f7c5cd0b1801b3e87aea24f5c5d3;hb=419821c7b153c1a05cb59d08c3d93e024aee48e6;hpb=3e3498ad6f60e94eb38a9c7586971495440b895b diff --git a/compiler/main/HscMain.lhs b/compiler/main/HscMain.lhs index 47bde96..09db7a8 100644 --- a/compiler/main/HscMain.lhs +++ b/compiler/main/HscMain.lhs @@ -898,7 +898,7 @@ hscGenHardCode cgguts mod_summary -- unless certain dflags are on, the identity function ------------------ Code output ----------------------- rawcmms <- cmmToRawCmm cmms - dumpIfSet_dyn dflags Opt_D_dump_cmmz "Raw Cmm" (ppr rawcmms) + dumpIfSet_dyn dflags Opt_D_dump_raw_cmm "Raw Cmm" (ppr rawcmms) (_stub_h_exists, stub_c_exists) <- codeOutput dflags this_mod location foreign_stubs dependencies rawcmms