From 9183b8f792d192982cb8c18276a2fa2b9bbbfb46 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 27 Jun 2006 04:36:51 +0000 Subject: revert previous nops in strcmp as they are not needed here --- libc/string/bfin/strcmp.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string/bfin') 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. -- cgit v1.2.3