We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4753f5 commit 291a7fcCopy full SHA for 291a7fc
lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
@@ -1384,7 +1384,7 @@ bool DisassemblerLLVMC::MCDisasmInstance::IsLoad(llvm::MCInst &mc_inst) const {
1384
1385
bool DisassemblerLLVMC::MCDisasmInstance::IsAuthenticated(
1386
llvm::MCInst &mc_inst) const {
1387
- auto InstrDesc = m_instr_info_up->get(mc_inst.getOpcode());
+ const auto &InstrDesc = m_instr_info_up->get(mc_inst.getOpcode());
1388
1389
// Treat software auth traps (brk 0xc470 + aut key, where 0x70 == 'p', 0xc4
1390
// == 'a' + 'c') as authenticated instructions for reporting purposes, in
0 commit comments