[WebAssembly] Remove an extra ';' at the end of a namespace

llvm-svn: 335008
This commit is contained in:
Heejin Ahn 2018-06-19 01:23:14 +00:00
parent b8a5ee2b00
commit 5e7bbdabe1
1 changed files with 1 additions and 1 deletions

View File

@ -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