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: CFG transparent inlining


    > + 		 get_eh_last_region_number (DECL_STRUCT_FUNCTION (id->caller))
    > + 		 - get_eh_last_region_number (id->callee_cfun)
    > + 		 + TREE_INT_CST_LOW (TREE_OPERAND (*tp, 0)));
    
    It would be nice if this operation were abstracted.

Moreover, the last line should use tree_low_cst.


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