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

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 18:23:14 PDT 2018


Author: aheejin
Date: Mon Jun 18 18:23:14 2018
New Revision: 335008

URL: http://llvm.org/viewvc/llvm-project?rev=335008&view=rev
Log:
[WebAssembly] Remove an extra ';' at the end of a namespace

Modified:
    llvm/trunk/include/llvm/CodeGen/WasmEHFuncInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/WasmEHFuncInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/WasmEHFuncInfo.h?rev=335008&r1=335007&r2=335008&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/WasmEHFuncInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/WasmEHFuncInfo.h Mon Jun 18 18:23:14 2018
@@ -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




More information about the llvm-commits mailing list