diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-07-15 00:07:57 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-07-15 00:07:57 +0000 |
commit | e46f7ef385950cfc9f5b910c4dded6a0315a748d (patch) | |
tree | 7cee492506c938923c433443ec7aef8b744e16c2 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | |
parent | 7e747d26c5434e2e6526fccf22a8931ca02aa387 (diff) | |
download | llvm-e46f7ef385950cfc9f5b910c4dded6a0315a748d.zip llvm-e46f7ef385950cfc9f5b910c4dded6a0315a748d.tar.gz llvm-e46f7ef385950cfc9f5b910c4dded6a0315a748d.tar.bz2 |
Change conditional to assert. NFC.
This code was breaking from the case statement if the getStoreSizeInBits()
value was not a multiple of 0. Given that the implementation returns
getStoreSize() * 8, it can only be a multiple of 8.
llvm-svn: 242255
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions