================ @@ -319,6 +319,8 @@ class FastISel { /// Reset InsertPt to the given old insert position. void leaveLocalValueArea(SavePoint Old); + void handleDbgInfo(const Instruction *II); + ---------------- jmorse wrote: Docu-comment desired https://github.com/llvm/llvm-project/pull/76952