We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2ce69 commit 7d6f4d0Copy full SHA for 7d6f4d0
llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
@@ -81,7 +81,7 @@ WebAssemblyFrameLowering::getLocalForStackObject(MachineFunction &MF,
81
// Abuse object size to record number of WebAssembly locals allocated to
82
// this object.
83
MFI.setObjectSize(FrameIndex, ValueVTs.size());
84
- return static_cast<unsigned>(Local);
+ return Local;
85
}
86
87
/// We need a base pointer in the case of having items on the stack that
0 commit comments