This is the mail archive of the gcc@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]

Question about is_call_dce_candidate()


David,

I've converted the cdce pass to the tuples branch and had a question
about is_call_dce_candidate().  Currently, the function checks
flag_tree_builtin_call_dce, but that seems unnecessary.  It's already
checked by the gate function.  Is there any other reason why this
check should be there?


Thanks.  Diego.


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