diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index ebed4f30af5..e80e4c71668 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -272,7 +272,7 @@ gen_insn (insn) /* See if the pattern for this insn ends with a group of CLOBBERs of (hard) registers or MATCH_SCRATCHes. If so, store away the information for - later. */ + later. */ if (XVEC (insn, 1)) { @@ -506,6 +506,7 @@ gen_expand (expand) } /* Like gen_expand, but generates a SEQUENCE. */ + static void gen_split (split) rtx split; |