diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 35b58a099e0..ea787d24c00 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -671,7 +671,7 @@ gen_split (rtx split) the end of the vector. */ static void -output_add_clobbers () +output_add_clobbers (void) { struct clobber_pat *clobber; struct clobber_ent *ent; |