mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
Fix -Wpedantic warning about extra semi-colon
llvm-svn: 265204
This commit is contained in:
parent
406f64fd81
commit
0ad06380cd
@ -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