diff options
Diffstat (limited to 'gcc/config/mn10300')
-rw-r--r-- | gcc/config/mn10300/mn10300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mn10300/mn10300.c b/gcc/config/mn10300/mn10300.c index 9a4fcac..c4d74c1 100644 --- a/gcc/config/mn10300/mn10300.c +++ b/gcc/config/mn10300/mn10300.c @@ -3169,7 +3169,7 @@ mn10300_insert_setlb_lcc (rtx label, rtx branch) if (LABEL_NUSES (label) > 1) { - rtx insn; + rtx_insn *insn; /* This label is used both as an entry point to the loop and as a loop-back point for the loop. We need to separate |