[llvm-commits] CVS: llvm/include/llvm/Target/MRegisterInfo.h
Evan Cheng
evan.cheng at apple.com
Tue Mar 6 02:04:55 PST 2007
Changes in directory llvm/include/llvm/Target:
MRegisterInfo.h updated: 1.100 -> 1.101
---
Log message:
Minor interface change.
---
Diffs of the changes: (+3 -1)
MRegisterInfo.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Target/MRegisterInfo.h
diff -u llvm/include/llvm/Target/MRegisterInfo.h:1.100 llvm/include/llvm/Target/MRegisterInfo.h:1.101
--- llvm/include/llvm/Target/MRegisterInfo.h:1.100 Tue Feb 27 18:57:39 2007
+++ llvm/include/llvm/Target/MRegisterInfo.h Tue Mar 6 04:04:38 2007
@@ -433,7 +433,9 @@
/// processFunctionBeforeCalleeSavedScan - This method is called immediately
/// before PrologEpilogInserter scans the physical registers used to determine
/// what callee saved registers should be spilled. This method is optional.
- virtual void processFunctionBeforeCalleeSavedScan(MachineFunction &MF) const {
+ virtual void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
+ RegScavenger *RS = NULL) const {
+
}
/// processFunctionBeforeFrameFinalized - This method is called immediately
More information about the llvm-commits
mailing list