diff options
-rw-r--r-- | lib/Target/X86/X86RegisterInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86RegisterInfo.h b/lib/Target/X86/X86RegisterInfo.h index c6644e767b..973fbf9f70 100644 --- a/lib/Target/X86/X86RegisterInfo.h +++ b/lib/Target/X86/X86RegisterInfo.h @@ -42,6 +42,7 @@ struct X86RegisterInfo : public X86GenRegisterInfo { const TargetRegisterClass *RC) const; unsigned isLoadFromStackSlot(MachineInstr *MI, int &FrameIndex) const; + unsigned isStoreToStackSlot(MachineInstr *MI, int &FrameIndex) const; /// foldMemoryOperand - If this target supports it, fold a load or store of |