Skip to content

Commit de1a7db

Browse files
yurydelendikalexcrichton
authored andcommitted
Address non-determinism in DWARF
see c263ee9#r344425408
1 parent cf9304d commit de1a7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class WebAssemblyFunctionInfo final : public MachineFunctionInfo {
6161

6262
public:
6363
explicit WebAssemblyFunctionInfo(MachineFunction &MF)
64-
: MF(MF), SPVReg(WebAssembly::NoRegister) {}
64+
: MF(MF), SPVReg(WebAssembly::NoRegister), SPLocal(-1) {}
6565
~WebAssemblyFunctionInfo() override;
6666
void initializeBaseYamlFields(const yaml::WebAssemblyFunctionInfo &YamlMFI);
6767

0 commit comments

Comments
 (0)