================
@@ -108,10 +104,11 @@ bool 
ArchitectureAArch64::ReconfigureRegisterInfo(DynamicRegisterInfo &reg_info,
   if (!vg_reg_value && !svg_reg_value)
     return false;
 
+  auto regs = reg_info.registers<DynamicRegisterInfo::reg_collection_range>();
----------------
medismailben wrote:

nit: If you specify the type of `regs` (instead of using `auto`), you shouldn't 
have to specify the template argument, and just call `reg_info.registers()`.

https://github.com/llvm/llvm-project/pull/71402
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to