forked from OSchip/llvm-project
Fix -Wpedantic warning about extra semi-colon
llvm-svn: 265204
This commit is contained in:
parent
059f3fb8fb
commit
fa6e414eef
|
@ -116,7 +116,7 @@ bool IsFirstDefinitionForLinker(const GlobalValueInfoList &GVInfo,
|
|||
}))
|
||||
return false;
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
static void ResolveODR(GlobalValue &GV, const ModuleSummaryIndex &Index,
|
||||
StringRef ModulePath) {
|
||||
|
|
Loading…
Reference in New Issue