aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackSlotColoring.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-06-27 19:09:15 +0000
committerJim Grosbach <grosbach@apple.com>2011-06-27 19:09:15 +0000
commit0ff9220ccb6ef419ba4d3a4daf98f4658a9e5134 (patch)
tree8d85ec6491e1ed3e6fc0ca3c4a0664ed4238a6ca /lib/CodeGen/StackSlotColoring.cpp
parent702110159a53481227b01fed81fa4eec0ad3cc46 (diff)
ARM Assembly syntax support for arithmetic implied dest operand.
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: sub r2, r2, #6 sub r2, #6 rdar://9682597 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/StackSlotColoring.cpp')
0 files changed, 0 insertions, 0 deletions