aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-06-28 00:19:13 +0000
committerJim Grosbach <grosbach@apple.com>2011-06-28 00:19:13 +0000
commit16896325a68ee1f5bac9445226104e9bb649f3f1 (patch)
treeefae1f08d370482af30ff507bfd2b239f622c141 /llvm/lib/CodeGen/MachineFunction.cpp
parent24c5296957614690359d61cb93cd136ec1157cc7 (diff)
downloadllvm-16896325a68ee1f5bac9445226104e9bb649f3f1.zip
llvm-16896325a68ee1f5bac9445226104e9bb649f3f1.tar.gz
llvm-16896325a68ee1f5bac9445226104e9bb649f3f1.tar.bz2
ARM Thumb2 asm syntax optional destination operand for binary operators.
When the destination operand is the same as the first source register operand for arithmetic instructions, the destination operand may be omitted. For example, the following two instructions are equivalent: and r1, #ff and r1, r1, #ff rdar://9672867 llvm-svn: 133973
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions