From ce5119cc6c1a291d12695c1dbf1956a30813ecb4 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Wed, 25 May 2005 13:32:53 +0000 Subject: Aligns in the middle of code is unnecessary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6524 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmad/imdct_mcf5249.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/codecs/libmad/imdct_mcf5249.S b/apps/codecs/libmad/imdct_mcf5249.S index be0072f674..62b33c3f07 100644 --- a/apps/codecs/libmad/imdct_mcf5249.S +++ b/apps/codecs/libmad/imdct_mcf5249.S @@ -34,7 +34,6 @@ III_imdct_s: */ move.l #0xb0, %macsr /* frac mode, saturation, rounding */ sub.l %a0, %a0 /* clear loop variable */ - .align 2 .imdctloop: /* outer loop label */ lea.l imdct_s, %a1 /* load pointer to imdct coefs in a1 */ movem.l (%a2), %d0-%d5 /* load some input data in d0-d5 */ @@ -42,7 +41,6 @@ III_imdct_s: clr.l %d7 /* clear loop variable */ move.l (%a1)+, %a4 /* load imdct coef in a4 */ - .align 2 .macloop: /* inner loop label */ mac.l %d0, %a4, (%a1)+, %a4, %acc0 /* mac sequence */ mac.l %d1, %a4, (%a1)+, %a4, %acc0 @@ -85,7 +83,6 @@ III_imdct_s: lea.l window_s, %a4 /* a4 = window coef pointer */ moveq.l #6, %d7 /* six iterations */ - .align 2 .overlaploop: clr.l (%a2) /* z[i + 0] = 0 */ move.l (%a4), %d0 -- cgit v1.2.3