Commit ef30399b by Mark Mitchell Committed by Mark Mitchell

rtlanal.c (for_each_rtx): Fix declaration to conform to GNU coding standards.

	* rtlanal.c (for_each_rtx): Fix declaration to conform to GNU
	coding standards.

From-SVN: r25125
parent f93233bb
Wed Feb 10 09:57:08 1999 Mark Mitchell <mark@markmitchell.com>
* rtlanal.c (for_each_rtx): Fix declaration to conform to GNU
coding standards.
Wed Feb 10 10:09:41 1999 Jeffrey A Law (law@cygnus.com) Wed Feb 10 10:09:41 1999 Jeffrey A Law (law@cygnus.com)
* reload1.c (reload_combine_note_store): Second argument is no * reload1.c (reload_combine_note_store): Second argument is no
......
...@@ -2143,9 +2143,9 @@ computed_jump_p (insn) ...@@ -2143,9 +2143,9 @@ computed_jump_p (insn)
int int
for_each_rtx (x, f, data) for_each_rtx (x, f, data)
rtx* x; rtx *x;
rtx_function f; rtx_function f;
void* data; void *data;
{ {
int result; int result;
int length; int length;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment