summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-11-27 18:24:56 +0000
committerCraig Topper <craig.topper@intel.com>2018-11-27 18:24:56 +0000
commit7ceef03dc952a8ad09c055c21d613a0ff30f27d8 (patch)
treed9a4783923859de23bb1cdc437a6faeeaa52888e /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parentfd6ea134f4c4eb32d9f19d4ba36316e6d7e05f4b (diff)
downloadbcm5719-llvm-7ceef03dc952a8ad09c055c21d613a0ff30f27d8.tar.gz
bcm5719-llvm-7ceef03dc952a8ad09c055c21d613a0ff30f27d8.zip
[X86] Replace an APInt that is guaranteed to be 8-bits with just an 'unsigned'
We're already mixing this APInt with other 'unsigned' variables. This allows us to use regular comparison operators instead of needing to use APInt::ult or APInt::uge. And it removes a later conversion from APInt to unsigned. I might be adding another combine to this function and this will probably simplify the logic required for that. llvm-svn: 347684
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud