diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-11-12 00:23:32 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-11-12 00:23:32 +0000 |
| commit | a8a68a993e69cf49938fe2da9835428759e76adc (patch) | |
| tree | 5b097a3903b571e5acdda3798d119bb28f9166ec /llvm/lib/DebugInfo | |
| parent | b4c8e8e30bc645367fbe60ab48f833199cc216a3 (diff) | |
| download | bcm5719-llvm-a8a68a993e69cf49938fe2da9835428759e76adc.tar.gz bcm5719-llvm-a8a68a993e69cf49938fe2da9835428759e76adc.zip | |
Remove extra semicolon.
llvm-svn: 286688
Diffstat (limited to 'llvm/lib/DebugInfo')
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp b/llvm/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp index 279f9d5a8f6..7001030f9a2 100644 --- a/llvm/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp +++ b/llvm/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp @@ -115,7 +115,7 @@ uint32_t DbiStreamBuilder::calculateSectionContribsStreamSize() const { return 0; return sizeof(enum PdbRaw_DbiSecContribVer) + sizeof(SectionContribs[0]) * SectionContribs.size(); -}; +} uint32_t DbiStreamBuilder::calculateSectionMapStreamSize() const { if (SectionMap.empty()) |

