diff options
author | Craig Topper <craig.topper@sifive.com> | 2022-06-26 11:08:44 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2022-06-26 11:11:41 -0700 |
commit | 5e944e9eb72aa7ea7fe2542d18813a646b3933d1 (patch) | |
tree | 223bfffbafcdf1eeb97ee15eb63ad56da63061a7 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 54998986c3d9e847615598ebcd294ca5dce6c772 (diff) | |
download | llvm-5e944e9eb72aa7ea7fe2542d18813a646b3933d1.zip llvm-5e944e9eb72aa7ea7fe2542d18813a646b3933d1.tar.gz llvm-5e944e9eb72aa7ea7fe2542d18813a646b3933d1.tar.bz2 |
[RISCV] Refactor SelectAddrRegImm to not depend on SelectBaseAddr.
SelectBaseAddr was a minor convenience to use since it already'
existed for vector load/store. D128187 is going to remove the other
uses of SelectBaseAddr so it has less reason to exist.
This patch removes the dependency on SelectBaseAddr and adds a new
SelectAddrFrameIndex to share some code with SelectFrameAddrRegImm.
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions