summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context
diff options
context:
space:
mode:
authorJinsong Ji <jji@us.ibm.com>2020-01-06 19:05:12 +0000
committerJinsong Ji <jji@us.ibm.com>2020-01-06 22:27:07 +0000
commit24ee4edee8e00bb7ad3d3cda17d02a442456ff3e (patch)
tree3196cb0043a2654642963b3a59b912b37f75cb0d /lldb/packages/Python/lldbsuite/test/python_api/symbol-context
parentf5329bfc76bb6fc30a589e8238aabc005c52e5d6 (diff)
downloadbcm5719-llvm-24ee4edee8e00bb7ad3d3cda17d02a442456ff3e.tar.gz
bcm5719-llvm-24ee4edee8e00bb7ad3d3cda17d02a442456ff3e.zip
[PowerPC][NFC] Rename record instructions to use _rec suffix instead of o
We use o suffix to indicate record form instuctions, (as it is similar to dot '.' in mne?) This was fine before, as we did not support XO-form. However, with https://reviews.llvm.org/D66902, we now have XO-form support. It becomes confusing now to still use 'o' for record form, and it is weird to have something like 'Oo' . This patch rename all 'o' instructions to use '_rec' instead. Also rename `isDot` to `isRecordForm`. Reviewed By: #powerpc, hfinkel, nemanjai, steven.zhang, lkail Differential Revision: https://reviews.llvm.org/D70758
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud