Deleted Added
full compact
cgraphunit.c (169690) cgraphunit.c (215840)
1/* Callgraph based interprocedural optimizations.
2 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3 Contributed by Jan Hubicka
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free

--- 1522 unchanged lines hidden (view full) ---

1531 if (!flag_unit_at_a_time)
1532 {
1533 cgraph_output_pending_asms ();
1534 cgraph_varpool_assemble_pending_decls ();
1535 cgraph_varpool_output_debug_info ();
1536 return;
1537 }
1538
1/* Callgraph based interprocedural optimizations.
2 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3 Contributed by Jan Hubicka
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free

--- 1522 unchanged lines hidden (view full) ---

1531 if (!flag_unit_at_a_time)
1532 {
1533 cgraph_output_pending_asms ();
1534 cgraph_varpool_assemble_pending_decls ();
1535 cgraph_varpool_output_debug_info ();
1536 return;
1537 }
1538
1539 process_pending_assemble_externals ();
1540
1541 /* Frontend may output common variables after the unit has been finalized.
1542 It is safe to deal with them here as they are always zero initialized. */
1543 cgraph_varpool_analyze_pending_decls ();
1544
1545 timevar_push (TV_CGRAPHOPT);
1546 if (!quiet_flag)
1547 fprintf (stderr, "Performing interprocedural optimizations\n");
1548

--- 385 unchanged lines hidden ---
1539 /* Frontend may output common variables after the unit has been finalized.
1540 It is safe to deal with them here as they are always zero initialized. */
1541 cgraph_varpool_analyze_pending_decls ();
1542
1543 timevar_push (TV_CGRAPHOPT);
1544 if (!quiet_flag)
1545 fprintf (stderr, "Performing interprocedural optimizations\n");
1546

--- 385 unchanged lines hidden ---