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: gcj and redundant null pointer check



Tom Tromey writes:

> Ok?

Yes. Just a style comment. This:

> +      check
> +	= java_check_reference (save_arg,
> +				DECL_NAME (method) != init_identifier_node);
 
can be written:

> +      check = java_check_reference (save_arg, ! DECL_INIT_P (method));

Thanks,

./A


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