We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83ae25 commit 62451f5Copy full SHA for 62451f5
llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
@@ -61,7 +61,7 @@ class WebAssemblyFunctionInfo final : public MachineFunctionInfo {
61
62
public:
63
explicit WebAssemblyFunctionInfo(MachineFunction &MF)
64
- : MF(MF), SPVReg(WebAssembly::NoRegister) {}
+ : MF(MF), SPVReg(WebAssembly::NoRegister), SPLocal(-1) {}
65
~WebAssemblyFunctionInfo() override;
66
void initializeBaseYamlFields(const yaml::WebAssemblyFunctionInfo &YamlMFI);
67
0 commit comments