aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-02-19 15:42:48 +0000
committerPavel Labath <labath@google.com>2018-02-19 15:42:48 +0000
commit9a9556f07de093185f3822312f4b5aa33c6c9d9c (patch)
treee23e832df7c7a44846f015e4732662bd76846297 /llvm/lib/CodeGen/MachineBasicBlock.cpp
parent477b5f688c80064753827693c16d49957d3a3a95 (diff)
downloadllvm-9a9556f07de093185f3822312f4b5aa33c6c9d9c.zip
llvm-9a9556f07de093185f3822312f4b5aa33c6c9d9c.tar.gz
llvm-9a9556f07de093185f3822312f4b5aa33c6c9d9c.tar.bz2
Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)
Summary: The issue was that we were parsing the registers into 64-bit integers and the calling swapByteOrder without regard for the actual size of the register. This switches the test to use the RegisterValue class which tracks the register size, and knows how to initialize itself from a piece of memory (so we don't need to swap byte order ourselves). Reviewers: eugene, davide Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D43376 llvm-svn: 325511
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions