diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-10-07 22:49:41 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-10-07 22:49:41 +0000 |
commit | 456735c54b8422777e3e45fb88b57582cc25355b (patch) | |
tree | edb5f304c864ee0631059544272ff757bd4c3525 /llvm/lib/Target/ARM/Thumb1RegisterInfo.h | |
parent | 63fe7ff7d96b9a5a66ce72bb3b8058942af82dcc (diff) | |
download | bcm5719-llvm-456735c54b8422777e3e45fb88b57582cc25355b.tar.gz bcm5719-llvm-456735c54b8422777e3e45fb88b57582cc25355b.zip |
reverting thumb1 scavenging default due to test failure while I figure out what's up.
llvm-svn: 83501
Diffstat (limited to 'llvm/lib/Target/ARM/Thumb1RegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/ARM/Thumb1RegisterInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/Thumb1RegisterInfo.h b/llvm/lib/Target/ARM/Thumb1RegisterInfo.h index bb7a6199d10..8d9efd9259c 100644 --- a/llvm/lib/Target/ARM/Thumb1RegisterInfo.h +++ b/llvm/lib/Target/ARM/Thumb1RegisterInfo.h @@ -41,7 +41,6 @@ public: getPhysicalRegisterRegClass(unsigned Reg, EVT VT = MVT::Other) const; bool requiresRegisterScavenging(const MachineFunction &MF) const; - bool requiresFrameIndexScavenging(const MachineFunction &MF) const; bool hasReservedCallFrame(MachineFunction &MF) const; |