]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Patch obvious] Fuseable is not a word -> s/fuseable/fusible/g
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 12:00:09 +0000 (12:00 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 12:00:09 +0000 (12:00 +0000)
gcc/

* sched-deps.c (sched_analyze_2): Replace fuseable with fusible
in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223940 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/sched-deps.c

index 51e21e3bda697c20cf5ccfd28a36872e2fd28117..b280149c12a8979e7c14f7d6794d6e913c8bd49e 100644 (file)
@@ -1,3 +1,8 @@
+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
index c1cfc1f3b70368240e6da75d47f2d432e0859609..ac41d52981451cc1414972ce3848a645e2e0af24 100644 (file)
@@ -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