| commit | fa6e414eef1e0c915f640bf2812978a1f319a203 | [log] [tgz] |
|---|---|---|
| author | Hans Wennborg <hans@hanshq.net> | Sat Apr 02 01:03:41 2016 +0000 |
| committer | Hans Wennborg <hans@hanshq.net> | Sat Apr 02 01:03:41 2016 +0000 |
| tree | ef44e7464512526d36e2164f2bffaba9d0e924c7 | |
| parent | 059f3fb8fbfbf7462b9812f4ef95945f3084f12f [diff] [blame] |
Fix -Wpedantic warning about extra semi-colon llvm-svn: 265204
diff --git a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp index ed008ad..7c4e74e 100644 --- a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp +++ b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp
@@ -116,7 +116,7 @@ })) return false; return true; -}; +} static void ResolveODR(GlobalValue &GV, const ModuleSummaryIndex &Index, StringRef ModulePath) {