1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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 155055a5d6
commit 38fe5c575a

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