summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-27 04:36:51 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-27 04:36:51 +0000
commit9183b8f792d192982cb8c18276a2fa2b9bbbfb46 (patch)
tree1568b69ece87348e582f241f3d29af8ac916af59 /libc
parenteeb513ba31b9f1237b99a59ed3d74d7d985de478 (diff)
revert previous nops in strcmp as they are not needed here
Diffstat (limited to 'libc')
-rw-r--r--libc/string/bfin/strcmp.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/bfin/strcmp.S b/libc/string/bfin/strcmp.S
index 823fb16b5..6365024ec 100644
--- a/libc/string/bfin/strcmp.S
+++ b/libc/string/bfin/strcmp.S
@@ -65,7 +65,6 @@ beginloop:
cc |= az; // true if either is zero
if cc jump zero4; // leave if a zero somewhere
endloop:
- NOP;
cc = r1 == r2;
// loop exits
@@ -104,7 +103,6 @@ beginloop1:
cc &= an;
if !cc jump exitloop1;
endloop1:
- NOP;
r2 = B[p2++] (Z);
exitloop1: // here means we found a zero or a difference.