aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-11-23 17:35:16 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-11-23 17:35:16 -0500
commitd66230e738488d10f7c6242163d8325024e90b75 (patch)
tree18c077663b8dc54905f64fb87f9e33a7c2b8f630 /gcc
parentf577532561b5ba4aa03c0592e36aedf7af51db7d (diff)
downloadgcc-d66230e738488d10f7c6242163d8325024e90b75.zip
gcc-d66230e738488d10f7c6242163d8325024e90b75.tar.gz
gcc-d66230e738488d10f7c6242163d8325024e90b75.tar.bz2
(arm_backwards_branch): Branching to the current insn is a backwards
branch. From-SVN: r6147
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/arm/arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index b075207..6263698 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -788,7 +788,7 @@ int
arm_backwards_branch (from, to)
int from, to;
{
- return (insn_addresses[to] < insn_addresses[from]);
+ return (insn_addresses[to] <= insn_addresses[from]);
}
/* Check to see if a branch is within the distance that can be done using