aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-06 10:05:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-06 10:05:14 +0000
commit28b3c45109153bc50d3d9e97dccb25ffd043fa50 (patch)
tree7fc46a71003da899ad0b4cdbe094f4a2daaa46c8 /include
parent140e33cfd1386b65bc936c7346d1b1cb72b26cae (diff)
downloadexternal_llvm-28b3c45109153bc50d3d9e97dccb25ffd043fa50.zip
external_llvm-28b3c45109153bc50d3d9e97dccb25ffd043fa50.tar.gz
external_llvm-28b3c45109153bc50d3d9e97dccb25ffd043fa50.tar.bz2
Minor interface change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/MRegisterInfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h
index 8dbb136..8c74c32 100644
--- a/include/llvm/Target/MRegisterInfo.h
+++ b/include/llvm/Target/MRegisterInfo.h
@@ -433,7 +433,9 @@ public:
/// 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