mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 14:17:59 +00:00
Fix -Wpedantic warning about extra semi-colon
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e7eaa873ce
commit
88fbbb352c
@ -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
Block a user