diff options
author | Måns Rullgård <mans@mansr.com> | 2009-08-14 01:05:48 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-08-14 01:05:48 +0000 |
commit | 9ae443f420eba5907a751d554185de4662d94968 (patch) | |
tree | ada66a769781bfdb83314f2148a5fdf26d32936f | |
parent | e814015d69578cb0d45407a8070a77fd542df6bf (diff) | |
download | ffmpeg-9ae443f420eba5907a751d554185de4662d94968.tar.gz |
10L: remove instruction left over from debugging
Originally committed as revision 19638 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/arm/dsputil_neon_s.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/arm/dsputil_neon_s.S b/libavcodec/arm/dsputil_neon_s.S index 71d09c6512..2fd751a8f8 100644 --- a/libavcodec/arm/dsputil_neon_s.S +++ b/libavcodec/arm/dsputil_neon_s.S @@ -801,7 +801,6 @@ NOVFP ldr lr, [sp, #16] function ff_vorbis_inverse_coupling_neon, export=1 vmov.i32 q10, #1<<31 subs r2, r2, #4 - tst r2, #4 mov r3, r0 mov r12, r1 beq 3f |