commit
53c181b3ce
|
@ -173,7 +173,7 @@ let middle_end ppf ~source_provenance ~prefixname ~backend
|
|||
(Warnings.Inlining_impossible "[@unroll] attribute was not \
|
||||
used on this function application (the optimizer did not \
|
||||
know what function was being applied)"));
|
||||
if !Clflags.dump_rawflambda
|
||||
if !Clflags.dump_flambda
|
||||
then
|
||||
Format.fprintf ppf "End of middle end:@ %a@."
|
||||
Flambda.print_program flam;
|
||||
|
|
Loading…
Reference in New Issue