Add support for emitting ARM file attributes.
[oota-llvm.git] / 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.