]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/arm/arm.c (thumb_far_jump_used_p): Fix typo in comments.
authorJoey Ye <joey.ye@arm.com>
Mon, 15 Apr 2013 07:48:28 +0000 (07:48 +0000)
committerJoey Ye <jye2@gcc.gnu.org>
Mon, 15 Apr 2013 07:48:28 +0000 (07:48 +0000)
From-SVN: r197957

gcc/ChangeLog
gcc/config/arm/arm.c

index 6d664610d2ec141974ee27b94aa7f03a136bbcb7..26f460878f17b9040ad02c5f389ae96532425fd2 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-15  Joey Ye  <joey.ye@arm.com>
+
+       * config/arm/arm.c (thumb_far_jump_used_p): Fix typo in comments.
+
 2013-04-15  Joey Ye  <joey.ye@arm.com>
 
        * config/arm/arm.c (thumb1_final_prescan_insn): Assert lr save
index e0667849c70d0ab6b5a44e54ff4ff6137a476ca2..27aa798679183570d95f9171ebd970eea37fa1ad 100644 (file)
@@ -22804,12 +22804,12 @@ thumb_far_jump_used_p (void)
      shorten_branch pass.  So checking far_jump attribute before
      shorten_branch isn't much useful.
 
-     Following heuristic tries to estimate more accruately if a far jump
+     Following heuristic tries to estimate more accurately if a far jump
      may finally be used.  The heuristic is very conservative as there is
      no chance to roll-back the decision of not to use far jump.
 
      Thumb1 long branch offset is -2048 to 2046.  The worst case is each
-     2-byte insn is assiociated with a 4 byte constant pool.  Using
+     2-byte insn is associated with a 4 byte constant pool.  Using
      function size 2048/3 as the threshold is conservative enough.  */
   if (far_jump)
     {