Skip to content
Snippets Groups Projects
Commit f902befe authored by Eli Friedman's avatar Eli Friedman
Browse files

And a bit more non-ASCII stuff.

llvm-svn: 109458
parent 1e0d76bf
No related branches found
No related tags found
No related merge requests found
...@@ -651,7 +651,7 @@ currently llvm-gcc generates something like this (nice branchless code I'd say): ...@@ -651,7 +651,7 @@ currently llvm-gcc generates something like this (nice branchless code I'd say):
tst r0, #255 tst r0, #255
moveq r0, #0 moveq r0, #0
streq r0, [r2] streq r0, [r2]
bx lr bx lr
Note that both "tst" and "moveq" are redundant. Note that both "tst" and "moveq" are redundant.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment