[Lldb-commits] [PATCH] D131244: [LLDB] Missing break in a switch statement alters the execution flow.

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 01:21:23 PDT 2022


DavidSpickett added inline comments.


================
Comment at: lldb/source/Plugins/Process/Utility/ARMUtils.h:49
   shift_t = SRType_Invalid;
   return UINT32_MAX;
 }
----------------
This is now dead code?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131244/new/

https://reviews.llvm.org/D131244



More information about the lldb-commits mailing list