diff options
author | Chris Lattner <sabre@nondot.org> | 2006-02-02 19:57:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-02-02 19:57:16 +0000 |
commit | 1d6ecd03ea1f9ce7db8650c5036d0fd47d404b4c (patch) | |
tree | e8a15d0b4c7f953de9021ca75165a6da5e781cf9 | |
parent | 679836360a94cb419e8d945b14483a3e47607638 (diff) |
add a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25910 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |