We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fd78a commit f01e83aCopy full SHA for f01e83a
llvm/lib/IR/DebugInfoMetadata.cpp
@@ -67,7 +67,7 @@ DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line,
67
#ifdef EXPERIMENTAL_KEY_INSTRUCTIONS
68
assert(AtomRank <= 7 && "AtomRank number should fit in 3 bits");
69
#endif
70
- if (AtomRank)
+ if (AtomGroup)
71
C.updateDILocationAtomGroupWaterline(AtomGroup + 1);
72
73
assert((MDs.size() == 1 || MDs.size() == 2) &&
0 commit comments