diff --git a/llvm/lib/CodeGen/WasmEHPrepare.cpp b/llvm/lib/CodeGen/WasmEHPrepare.cpp index c2c7bf6ee94e..cd11230236c5 100644 --- a/llvm/lib/CodeGen/WasmEHPrepare.cpp +++ b/llvm/lib/CodeGen/WasmEHPrepare.cpp @@ -163,7 +163,7 @@ public: char WasmEHPrepare::ID = 0; INITIALIZE_PASS(WasmEHPrepare, DEBUG_TYPE, "Prepare WebAssembly exceptions", - false, false); + false, false) FunctionPass *llvm::createWasmEHPass() { return new WasmEHPrepare(); }