Commit faaf6d35 by Arnaud Charlet

Adjust previous change.

From-SVN: r229232
parent 265ca04a
...@@ -27,7 +27,6 @@ with Atree; use Atree; ...@@ -27,7 +27,6 @@ with Atree; use Atree;
with Back_End; use Back_End; with Back_End; use Back_End;
with Checks; with Checks;
with Comperr; with Comperr;
with Cprint;
with Csets; use Csets; with Csets; use Csets;
with Debug; use Debug; with Debug; use Debug;
with Elists; with Elists;
...@@ -1358,13 +1357,6 @@ begin ...@@ -1358,13 +1357,6 @@ begin
Namet.Unlock; Namet.Unlock;
-- Finally generate C source code if needed. Note that this needs to
-- happen after calling gigi to take advantage of the back annotation.
if Generate_C_Code then
Cprint.Source_Dump;
end if;
-- Generate the call-graph output of dispatching calls -- Generate the call-graph output of dispatching calls
Exp_CG.Generate_CG_Output; Exp_CG.Generate_CG_Output;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment