diff options
Diffstat (limited to 'gcc/config/arc/arc.c')
-rw-r--r-- | gcc/config/arc/arc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c index 7272cc927c8..e2f46e7c965 100644 --- a/gcc/config/arc/arc.c +++ b/gcc/config/arc/arc.c @@ -1910,7 +1910,7 @@ arc_final_prescan_insn (insn, opvec, noperands) record_cc_ref (insn); /* Allow -mdebug-ccfsm to turn this off so we can see how well it does. - We can't do this in macro FINAL_PRESCAN_INSN because it's called from + We can't do this in macro FINAL_PRESCAN_INSN because its called from final_scan_insn which has `optimize' as a local. */ if (optimize < 2 || TARGET_NO_COND_EXEC) return; |