mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 21:34:40 +08:00
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
This commit is contained in:
parent
f93233bbe9
commit
ef30399b50
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
* reload1.c (reload_combine_note_store): Second argument is no
|
||||
|
@ -2143,9 +2143,9 @@ computed_jump_p (insn)
|
||||
|
||||
int
|
||||
for_each_rtx (x, f, data)
|
||||
rtx* x;
|
||||
rtx *x;
|
||||
rtx_function f;
|
||||
void* data;
|
||||
void *data;
|
||||
{
|
||||
int result;
|
||||
int length;
|
||||
|
Loading…
Reference in New Issue
Block a user