[clang] [llvm] [KeyInstr] Add DISubprogram::keyInstructions bit (PR #144107)

Jeremy Morse via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 23 04:11:54 PDT 2025


================
@@ -922,8 +922,8 @@ template <> struct MDNodeKeyImpl<DISubprogram> {
   MDString *LinkageName;
   Metadata *File;
   unsigned Line;
-  Metadata *Type;
   unsigned ScopeLine;
+  Metadata *Type;
----------------
jmorse wrote:

This is space packing rather than being related to a functional changes, correct?

https://github.com/llvm/llvm-project/pull/144107


More information about the cfe-commits mailing list