aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorDavid Peixotto <dpeixott@codeaurora.org>2014-01-27 21:39:04 +0000
committerDavid Peixotto <dpeixott@codeaurora.org>2014-01-27 21:39:04 +0000
commitb76f55f74a3436e3bc89efa4779e88d00c3f0bbd (patch)
tree745d1998e8fc36ea3eb68fd56c7993d858752817 /lldb/scripts/Python
parent5000ee16f6eb6177e98570e786e6b4be050399b3 (diff)
downloadllvm-b76f55f74a3436e3bc89efa4779e88d00c3f0bbd.zip
llvm-b76f55f74a3436e3bc89efa4779e88d00c3f0bbd.tar.gz
llvm-b76f55f74a3436e3bc89efa4779e88d00c3f0bbd.tar.bz2
Fix unsupported addressing mode assertion for pld
Summary: This commit gives an address mode to the PLD instruction. We were getting an assertion failure in the frame lowering code because we had code that was doing a pld of a stack allocated address. The frame lowering was checking the address mode and then asserting because pld had none defined. This commit fixes pld for arm mode. There was a previous fix for thumb mode in a separate commit. The commit for thumb mode added a test in a separate file because it would otherwise fail for arm. This commit moves the thumb test back into the prefetch.ll file and adds the corresponding arm test. Differential Revision: http://llvm-reviews.chandlerc.com/D2622 llvm-svn: 200248
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions