diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 6e5fa77fd3e..15151783875 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -2058,7 +2058,8 @@ computed_jump_p (insn) This routine is very general, and could (should?) be used to implement many of the other routines in this file. */ -int for_each_rtx (x, f, data) +int +for_each_rtx (x, f, data) rtx* x; rtx_function f; void* data; |