summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-29 15:57:06 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-29 15:57:06 +0000
commit5ab948f8238fd35f6487c7a1491894a15f279bc5 (patch)
tree7222a77de2b0de4ec2e53917cf6d1b6ea4e891f9 /lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py
parentc2409baa663d219bbe318d89f803dd6f1e10f29c (diff)
downloadbcm5719-llvm-5ab948f8238fd35f6487c7a1491894a15f279bc5.tar.gz
bcm5719-llvm-5ab948f8238fd35f6487c7a1491894a15f279bc5.zip
[X86] combineX86ShufflesRecursively - start recursion at depth = 0. NFCI.
As discussed on rL367171, we have a problem where the depth recursion used in combineX86ShufflesRecursively was subtly different to computeKnownBits etc. - it starts at Depth=1 instead of Depth=0 like the others and has a different maximum recursion depth. This NFC patch fixes the recursion depth to start at 0, so we can more easily reuse depth values in calls from combineX86ShufflesRecursively and its helper functions in computeKnownBits etc. llvm-svn: 367232
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud