summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-05-05 18:31:36 +0000
committerPete Cooper <peter_cooper@apple.com>2015-05-05 18:31:36 +0000
commit6ebc207703607521b4cab5b211332a2a86757538 (patch)
tree0ce94fa2f238b901b96094078f9977fd4f43f38f /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
parentbbd1c727d17afb1d8327b8a49eb36a716c9af8c0 (diff)
downloadbcm5719-llvm-6ebc207703607521b4cab5b211332a2a86757538.tar.gz
bcm5719-llvm-6ebc207703607521b4cab5b211332a2a86757538.zip
Fix IfConverter to handle regmask machine operands.
A regmask (typically seen on a call) clobbers the set of registers it lists. The IfConverter, in UpdatePredRedefs, was handling register defs, but not regmasks. These are slightly different to a def in that we need to add both an implicit use and def to appease the machine verifier. Otherwise, uses after the if converted call could think they are reading an undefined register. Reviewed by Matthias Braun and Quentin Colombet. llvm-svn: 236515
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud