Commit 32d48af5 by James Greenhalgh Committed by James Greenhalgh

[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
parent fe0b29c7
2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
* sched-deps.c (sched_analyze_2): Replace fuseable with fusible
in comment.
2015-06-01 James Greenhalgh <james.greenhalgh@arm.com>
* gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops
to fusible_ops.
* gcc/config/arm/arm.c (arm_print_tune_info): Likewise.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment