shithub: libvpx

Download patch

ref: edb0c26d1e40b9355261af8b07630b42c46acb0d
parent: 1ced9764bb72d2e88156b9721b4bac391648c534
parent: 317e07eedb924b395c2c71e264ae15ba5114add3
author: James Zern <jzern@google.com>
date: Mon Mar 17 08:25:54 EDT 2014

Merge "thumb: Clarify a comment about the conversions that are done"

--- a/build/make/thumb.pm
+++ b/build/make/thumb.pm
@@ -51,7 +51,7 @@
 
     # Convert register post indexing to a separate add instruction.
     # This converts "ldrneb r9, [r0], r2" into "ldrneb r9, [r0]",
-    # "add r0, r2".
+    # "addne r0, r0, r2".
     s/^(\s*)((ldr|str)(ne)?[bhd]?)(\s+)(\w+),(\s*\w+,)?\s*\[(\w+)\],\s*(\w+)/$1$2$5$6,$7 [$8]\n$1add$4$5$8, $8, $9/g;
 
     # Convert a conditional addition to the pc register into a series of
--