Skip to content

Commit f01e83a

Browse files
committed
fix my fixme comment
1 parent b0fd78a commit f01e83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/DebugInfoMetadata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line,
6767
#ifdef EXPERIMENTAL_KEY_INSTRUCTIONS
6868
assert(AtomRank <= 7 && "AtomRank number should fit in 3 bits");
6969
#endif
70-
if (AtomRank)
70+
if (AtomGroup)
7171
C.updateDILocationAtomGroupWaterline(AtomGroup + 1);
7272

7373
assert((MDs.size() == 1 || MDs.size() == 2) &&

0 commit comments

Comments
 (0)