X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FHscMain.lhs;h=37a9accf38b11c27daa52892797749f286a0d2a6;hb=601414c1ef664e0b9e4e45db46e115b3a9e8632d;hp=604f7a7abc24c419041aa16dec83b53f613c2d23;hpb=d83e1ac43a43dc30c7e4f5b64f7b77e32d31886d;p=ghc-hetmet.git diff --git a/compiler/main/HscMain.lhs b/compiler/main/HscMain.lhs index 604f7a7..37a9acc 100644 --- a/compiler/main/HscMain.lhs +++ b/compiler/main/HscMain.lhs @@ -674,7 +674,7 @@ hscCompile cgguts stg_binds hpc_info --- Optionally run experimental Cmm transformations --- cmms <- optionallyConvertAndOrCPS hsc_env cmms - -- ^ unless certain dflags are on, the identity function + -- unless certain dflags are on, the identity function ------------------ Code output ----------------------- rawcmms <- cmmToRawCmm cmms (_stub_h_exists, stub_c_exists)