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] remove gate for ipa_inline pass


On 12/13/13 12:42, Aldy Hernandez wrote:
I'm fixing something completely unrelated, and noticed this...

Perhaps I'm missing something, but why do we need a gate when it always
returns true?  Now that we have this `pass_data' business, we can set
has_gate to false.

I also fixed a minor typo in a comment.
Note that the way we handle pass properties differs when we have a gate vs no gate. See register_dump_files_1.

I have no clue why we have that gem and it looks damn strange to me.

jeff


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