diff options
author | Luke Lau <luke@igalia.com> | 2025-05-01 22:39:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-01 22:39:37 +0800 |
commit | d33c6764680ed78ffe824a83b6a33c0b609bafce (patch) | |
tree | e16926c9d5bedf79e0659aaf05176c899aeea24d /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | b877cfa8f25412a3946d1cde63a1dad95fd95c90 (diff) | |
download | llvm-d33c6764680ed78ffe824a83b6a33c0b609bafce.zip llvm-d33c6764680ed78ffe824a83b6a33c0b609bafce.tar.gz llvm-d33c6764680ed78ffe824a83b6a33c0b609bafce.tar.bz2 |
[ConstantFolding] Constify ConstantFoldInstOperands and ConstantFoldInstruction argument. NFC (#138108)
I tried to use these with a const reference in a separate patch, but the
pointers weren't marked as const. It turns out that these don't mutate
the instruction.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions