mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 03:16:07 +00:00

I once again stumbled across `IndexedModuleID` and was confused by the mutable `InputIndex` field. This patch adds comments around that piece of code and unifies/simplifies related functions. Reviewed By: Bigcheese Differential Revision: https://reviews.llvm.org/D145197