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 3c299fe commit 3370433Copy full SHA for 3370433
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