From: Chris Lattner Date: Thu, 2 Feb 2006 19:57:16 +0000 (+0000) Subject: add a method X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1d6ecd03ea1f9ce7db8650c5036d0fd47d404b4c;p=oota-llvm.git add a method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25910 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86RegisterInfo.h b/lib/Target/X86/X86RegisterInfo.h index c6644e767b5..973fbf9f702 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