From 8383be0f754a7283525e2a84c64e4cc9133ef9db Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 11 Nov 2019 10:53:47 +0000 Subject: Remove superfluous ';' to fix Wpedantic. NFC. --- llvm/lib/ObjectYAML/ELFEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/ObjectYAML') diff --git a/llvm/lib/ObjectYAML/ELFEmitter.cpp b/llvm/lib/ObjectYAML/ELFEmitter.cpp index 214318f2813..b9c22e7d99c 100644 --- a/llvm/lib/ObjectYAML/ELFEmitter.cpp +++ b/llvm/lib/ObjectYAML/ELFEmitter.cpp @@ -96,7 +96,7 @@ struct Fragment { uint32_t Type; uint64_t AddrAlign; }; -}; // namespace +} // namespace /// "Single point of truth" for the ELF file construction. /// TODO: This class still has a ways to go before it is truly a "single -- cgit v1.2.3