This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Kill -a/-ax profiler


        /* Count of the # of basic blocks or # of instrumented arcs.  */
-       assemble_integer (GEN_INT (profile_block_flag
- 				 ? count_basic_blocks
- 				 : count_instrumented_edges),
+       assemble_integer (GEN_INT (count_instrumented_edges),

Update comment.

-       else if (!strncmp (arg, "aux-info", 8))
- 	{

Deleted too much.


Otherwise ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]