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 e2c671e commit a462397Copy full SHA for a462397
llvm/lib/IR/DebugInfoMetadata.cpp
@@ -74,7 +74,7 @@ DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line,
74
#ifdef EXPERIMENTAL_KEY_INSTRUCTIONS
75
assert(AtomRank <= 7 && "AtomRank number should fit in 3 bits");
76
#endif
77
- if (AtomRank)
+ if (AtomGroup)
78
C.updateDILocationAtomGroupWaterline(AtomGroup + 1);
79
80
assert((MDs.size() == 1 || MDs.size() == 2) &&
0 commit comments