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 0847aa5 commit d83e383Copy full SHA for d83e383
llvm/lib/Transforms/Utils/CloneFunction.cpp
@@ -55,7 +55,7 @@ void llvm::mapAtomInstance(const DebugLoc &DL, ValueToValueMapTy &VMap) {
55
return;
56
57
// Map entry to a new atom group.
58
- uint64_t NewGroup = DL->getContext().incNextAtomGroup();
+ uint64_t NewGroup = DL->getContext().incNextDILocationAtomGroup();
59
assert(NewGroup > CurGroup && "Next should always be greater than current");
60
It->second = NewGroup;
61
0 commit comments