From 5e7bbdabe1e6e342fee69b1d1cb225c68ee09885 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Tue, 19 Jun 2018 01:23:14 +0000 Subject: [PATCH] [WebAssembly] Remove an extra ';' at the end of a namespace llvm-svn: 335008 --- llvm/include/llvm/CodeGen/WasmEHFuncInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h b/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h index b61be09..b9a032e 100644 --- a/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h +++ b/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h @@ -70,6 +70,6 @@ struct WasmEHFuncInfo { // Analyze the IR in the given function to build WasmEHFuncInfo. void calculateWasmEHInfo(const Function *F, WasmEHFuncInfo &FuncInfo); -}; // namespace llvm +} // namespace llvm #endif // LLVM_CODEGEN_WASMEHFUNCINFO_H -- 2.7.4