diff options
Diffstat (limited to 'gcc/gensupport.c')
-rw-r--r-- | gcc/gensupport.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 44bd3f2..ce4869b 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -173,7 +173,8 @@ process_rtx (desc, lineno) case DEFINE_INSN_AND_SPLIT: { const char *split_cond; - rtx split, attr; + rtx split; + rtvec attr; int i; /* Create a split with values from the insn_and_split. */ |