diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-04-05 20:57:13 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-04-05 20:57:13 +0000 |
commit | 930f2f66e7fc9bcd796b6edf18ee1914702b6da4 (patch) | |
tree | 22469c485f7b7e90bb87ad6a097f39158ff9b79a /clang/lib/CodeGen | |
parent | 43fb2b2cea3eb722dd4fff9d3cd3fa1103694503 (diff) | |
download | bcm5719-llvm-930f2f66e7fc9bcd796b6edf18ee1914702b6da4.tar.gz bcm5719-llvm-930f2f66e7fc9bcd796b6edf18ee1914702b6da4.zip |
ARM assembly aliases for add negative immediates using sub.
'add r2, #-1024' should just use 'sub r2, #1024' rather than erroring out.
Thumb1 aliases for adding a negative immediate to the stack pointer,
also.
rdar://11192734
llvm-svn: 154123
Diffstat (limited to 'clang/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions