aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-12-18 04:50:05 +0000
committerCraig Topper <craig.topper@intel.com>2017-12-18 04:50:05 +0000
commit8e2837cc6e0bc07d0f2722aa277a2c433946df05 (patch)
treee05793ea013f049e6d5e9a84c2cbb4667042996e /lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
parentb0b67a8d38643f74c4d748cdbfdc8d78cd857319 (diff)
downloadllvm-8e2837cc6e0bc07d0f2722aa277a2c433946df05.zip
llvm-8e2837cc6e0bc07d0f2722aa277a2c433946df05.tar.gz
llvm-8e2837cc6e0bc07d0f2722aa277a2c433946df05.tar.bz2
[X86] Fix mistake that I made when splitting up the setOperationAction calls recently.
The block I moved things that need BWI and 512-bit or VLX is incorrectly qualified with just hasBWI || hasVLX. Here I've qualified it with hasBWI && (hasAVX512 || hasVLX) where the hasAVX512 will be replaced with allowing 512-bit vectors in an upcoming patch. llvm-svn: 320957
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp')
0 files changed, 0 insertions, 0 deletions