And a bit more non-ASCII stuff.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 26 Jul 2010 22:28:18 +0000 (22:28 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 26 Jul 2010 22:28:18 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109458 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/README.txt

index a1c597163f6987afd5a8cd621dd9303e1f7e7897..9fc3fb92cb2c1c4a7a7fc5062d1cfe5c590a8885 100644 (file)
@@ -651,7 +651,7 @@ currently llvm-gcc generates something like this (nice branchless code I'd say):
        tst     r0, #255
        moveq   r0, #0
        streq   r0, [r2]
      bx      lr
      bx      lr
 
 Note that both "tst" and "moveq" are redundant.