diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-12-20 00:59:38 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-12-20 00:59:38 +0000 |
commit | 04b5d93250bef585631a583a85f6733b1bdc8c52 (patch) | |
tree | 946b0eac66d3cf78fa40f2a13c56b139cf5c5d62 /lib/Object/ObjectFile.cpp | |
parent | ea93373a0a1bf1d087f5414e566384c2af3ebf09 (diff) |
ARM assembly shifts by zero should be plain 'mov' instructions.
"mov r1, r2, lsl #0" should assemble as "mov r1, r2" even though it's
not strictly legal UAL syntax. It's a common extension and the friendly
thing to do.
rdar://10604663
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions