diff options
author | Heejin Ahn <aheejin@gmail.com> | 2018-06-19 01:23:14 +0000 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2018-06-19 01:23:14 +0000 |
commit | 5e7bbdabe1e6e342fee69b1d1cb225c68ee09885 (patch) | |
tree | c08f798c0cd69e01aecde40786b109aa75dd563c | |
parent | b8a5ee2b0082a29c6ac7f59638cf06531acb82ae (diff) | |
download | bcm5719-llvm-5e7bbdabe1e6e342fee69b1d1cb225c68ee09885.tar.gz bcm5719-llvm-5e7bbdabe1e6e342fee69b1d1cb225c68ee09885.zip |
[WebAssembly] Remove an extra ';' at the end of a namespace
llvm-svn: 335008
-rw-r--r-- | llvm/include/llvm/CodeGen/WasmEHFuncInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h b/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h index b61be0903f1..b9a032e8f3e 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 |