missed a redundant load
authorMåns Rullgård <mans@mansr.com>
Fri, 2 Feb 2007 00:23:19 +0000 (00:23 +0000)
committerMåns Rullgård <mans@mansr.com>
Fri, 2 Feb 2007 00:23:19 +0000 (00:23 +0000)
Originally committed as revision 7801 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/armv4l/simple_idct_armv6.S

index 81835a1..401e191 100644 (file)
@@ -94,11 +94,11 @@ w57:    .long W57
   shift = left-shift amount
   a3 = row[2,0]
   a4 = row[3,1]
+  ip = w42
 
   Output in registers v1--v8
 */
         .macro idct_row4 shift
-        ldr    ip, [pc, #(w42-.-8)]  /* ip = W4 | (W2 << 16) */
         ldr    lr, [pc, #(w46-.-8)]  /* lr = W4 | (W6 << 16) */
         ldr    v7, [pc, #(w57-.-8)]  /* v7 = W5 | (W7 << 16) */
         mov    a2, #(1<<(\shift-1))