[ARM Obvious] Fuseable is not a word -> s/fuseable/fusible/g
authorJames Greenhalgh <james.greenhalgh@arm.com>
Mon, 1 Jun 2015 11:59:03 +0000 (11:59 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Mon, 1 Jun 2015 11:59:03 +0000 (11:59 +0000)
gcc/

* gcc/config/arm/arm-protos.h (tune_params): Rename fuseable_ops
to fusible_ops.
* gcc/config/arm/arm.c (arm_print_tune_info): Likewise.
(arm_macro_fusion_p): Likewise.
(arm_macro_fusion_pair_p): Likewise.

From-SVN: r223939

gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c

index 92b99b869652b785b70a9bc0365a2b04f363fe1c..51e21e3bda697c20cf5ccfd28a36872e2fd28117 100644 (file)
@@ -1,3 +1,11 @@
+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.
+       (arm_macro_fusion_p): Likewise.
+       (arm_macro_fusion_pair_p): Likewise.
+
 2015-06-01  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * config/aarch64/aarch64-protos.h (tune_params): Rename
index 91907b82e48f91fb2fea0547614dfbcd1a7207fb..d1f2d4ecdace7bf711bc7e87864a13ba4e6e727a 100644 (file)
@@ -291,14 +291,14 @@ struct tune_params
   /* Prefer to inline string operations like memset by using Neon.  */
   enum {PREF_NEON_STRINGOPS_FALSE, PREF_NEON_STRINGOPS_TRUE}
     string_ops_prefer_neon: 1;
-  /* Bitfield encoding the fuseable pairs of instructions.  Use FUSE_OPS
+  /* Bitfield encoding the fusible pairs of instructions.  Use FUSE_OPS
      in an initializer if multiple fusion operations are supported on a
      target.  */
   enum fuse_ops
   {
     FUSE_NOTHING   = 0,
     FUSE_MOVW_MOVT = 1 << 0
-  } fuseable_ops: 1;
+  } fusible_ops: 1;
   /* Depth of scheduling queue to check for L2 autoprefetcher.  */
   enum {SCHED_AUTOPREF_OFF, SCHED_AUTOPREF_RANK, SCHED_AUTOPREF_FULL}
     sched_autopref: 2;
index 888813b9c43f2f3b6a7f5eb9143a29c14a84eb0a..ea1ed43b6ac25661fbf3066bee2627c03fd0405e 100644 (file)
@@ -25522,8 +25522,8 @@ arm_print_tune_info (void)
               (int) current_tune->string_ops_prefer_neon);
   asm_fprintf (asm_out_file, "\t\t@max_insns_inline_memset:\t%d\n",
               current_tune->max_insns_inline_memset);
-  asm_fprintf (asm_out_file, "\t\t@fuseable_ops:\t%u\n",
-              current_tune->fuseable_ops);
+  asm_fprintf (asm_out_file, "\t\t@fusible_ops:\t%u\n",
+              current_tune->fusible_ops);
   asm_fprintf (asm_out_file, "\t\t@sched_autopref:\t%d\n",
               (int) current_tune->sched_autopref);
 }
@@ -29160,7 +29160,7 @@ arm_gen_setmem (rtx *operands)
 static bool
 arm_macro_fusion_p (void)
 {
-  return current_tune->fuseable_ops != tune_params::FUSE_NOTHING;
+  return current_tune->fusible_ops != tune_params::FUSE_NOTHING;
 }
 
 
@@ -29181,7 +29181,7 @@ aarch_macro_fusion_pair_p (rtx_insn* prev, rtx_insn* curr)
   if (!arm_macro_fusion_p ())
     return false;
 
-  if (current_tune->fuseable_ops & tune_params::FUSE_MOVW_MOVT)
+  if (current_tune->fusible_ops & tune_params::FUSE_MOVW_MOVT)
     {
       /* We are trying to fuse
         movw imm / movt imm