[llvm-commits] CVS: llvm/lib/Target/X86/X86RegisterInfo.h
Chris Lattner
lattner at cs.uiuc.edu
Thu Feb 2 11:57:27 PST 2006
Changes in directory llvm/lib/Target/X86:
X86RegisterInfo.h updated: 1.32 -> 1.33
---
Log message:
add a method
---
Diffs of the changes: (+1 -0)
X86RegisterInfo.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/X86/X86RegisterInfo.h
diff -u llvm/lib/Target/X86/X86RegisterInfo.h:1.32 llvm/lib/Target/X86/X86RegisterInfo.h:1.33
--- llvm/lib/Target/X86/X86RegisterInfo.h:1.32 Thu Sep 29 20:29:42 2005
+++ llvm/lib/Target/X86/X86RegisterInfo.h Thu Feb 2 13:57:16 2006
@@ -42,6 +42,7 @@
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
More information about the llvm-commits
mailing list