Skip to content

Commit 5139203

Browse files
author
git apple-llvm automerger
committed
Merge commit '57763b7c6481' from llvm.org/main into next
2 parents 0ec0f75 + 57763b7 commit 5139203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void CGDebugInfo::addInstSourceAtomMetadata(llvm::Instruction *I,
156156
I->getContext(), DL.getLine(), DL.getCol(), DL.getScope(),
157157
DL.getInlinedAt(), DL.isImplicitCode(), Group, Rank);
158158
I->setDebugLoc(NewDL);
159-
};
159+
}
160160

161161
void CGDebugInfo::addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction,
162162
llvm::Value *Backup) {

0 commit comments

Comments
 (0)