diff options
Diffstat (limited to 'gcc/final.c')
| -rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index 3271430..a5e6eb2 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -371,7 +371,7 @@ init_insn_lengths (void) /* Obtain the current length of an insn. If branch shortening has been done, get its actual length. Otherwise, use FALLBACK_FN to calculate the length. */ -static inline int +static int get_attr_length_1 (rtx insn, int (*fallback_fn) (rtx)) { rtx body; |
