diff options
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h b/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h index ac25b7b37fd..03a6b7c3ad1 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h +++ b/llvm/lib/Target/WebAssembly/WebAssemblyFrameLowering.h @@ -56,6 +56,7 @@ class WebAssemblyFrameLowering final : public TargetFrameLowering { private: bool hasBP(const MachineFunction &MF) const; + bool needsSPForLocalFrame(const MachineFunction &MF) const; bool needsSP(const MachineFunction &MF) const; bool needsSPWriteback(const MachineFunction &MF) const; }; |