aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2015-06-01 12:00:09 +0000
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>2015-06-01 12:00:09 +0000
commit32d48af55ed76de590977ef9fc32f392523ff4d9 (patch)
tree76aaf57ba4397b5efc2bcb70bf595c5bf1fb375d /gcc/sched-deps.c
parentfe0b29c7f4c82db45bd984dfe9463ca0752a35ce (diff)
downloadgcc-32d48af55ed76de590977ef9fc32f392523ff4d9.zip
gcc-32d48af55ed76de590977ef9fc32f392523ff4d9.tar.gz
gcc-32d48af55ed76de590977ef9fc32f392523ff4d9.tar.bz2
[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
Diffstat (limited to 'gcc/sched-deps.c')
-rw-r--r--gcc/sched-deps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c
index c1cfc1f..ac41d529 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