From: James Greenhalgh Date: Mon, 1 Jun 2015 12:00:09 +0000 (+0000) Subject: [Patch obvious] Fuseable is not a word -> s/fuseable/fusible/g X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32d48af55ed76de590977ef9fc32f392523ff4d9;p=gcc.git [Patch obvious] Fuseable is not a word -> s/fuseable/fusible/g gcc/ * sched-deps.c (sched_analyze_2): Replace fuseable with fusible in comment. From-SVN: r223940 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 51e21e3bda6..b280149c12a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-06-01 James Greenhalgh + + * sched-deps.c (sched_analyze_2): Replace fuseable with fusible + in comment. + 2015-06-01 James Greenhalgh * gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index c1cfc1f3b70..ac41d529814 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -2853,7 +2853,7 @@ sched_analyze_2 (struct deps_desc *deps, rtx x, rtx_insn *insn) sched_deps_info->finish_rhs (); } -/* Try to group two fuseable insns together to prevent scheduler +/* Try to group two fusible insns together to prevent scheduler from scheduling them apart. */ static void