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: [PATCH] Add more RTL dumps


Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:
>>>@@ -4606,11 +4609,6 @@
>>> static void
>>> rest_of_handle_flow2 (void)
>>> {
>>>-  /* Re-create the death notes which were deleted during reload.  */
>>>-#ifdef ENABLE_CHECKING
>>>-  verify_flow_info ();
>>>-#endif
>>>-
>>>    
>>>
>>Sorry if I've missed it, but how does this relate to the other parts
>>of the patch?
>>  
>>
> It is already in the TODO flags for the pass, so the checking was
> effectively done twice.

Oh right, thanks.  It'd probably worth listing the change to this
function in the changelog though.  As posted (without a mention
in the changelog or covering message) I wasn't sure if it was an
intentional part of the patch or not.

Richard


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