Fix -Wpedantic warning about extra semi-colon

llvm-svn: 265204
This commit is contained in:
Hans Wennborg 2016-04-02 01:03:41 +00:00
parent 059f3fb8fb
commit fa6e414eef
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ bool IsFirstDefinitionForLinker(const GlobalValueInfoList &GVInfo,
}))
return false;
return true;
};
}
static void ResolveODR(GlobalValue &GV, const ModuleSummaryIndex &Index,
StringRef ModulePath) {