diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-19 03:20:00 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-19 03:20:00 +0000 |
commit | da81bf4d3e4080fb8e46942f8f24a8a8996b5c58 (patch) | |
tree | 0930fdd428a5bf282750a1532317f4751b1ba535 /llvm/lib/Target/Alpha/AlphaRegisterInfo.h | |
parent | 577f4bd78c68a77075d2e0645f09f3f36a2bbcbc (diff) | |
download | bcm5719-llvm-da81bf4d3e4080fb8e46942f8f24a8a8996b5c58.tar.gz bcm5719-llvm-da81bf4d3e4080fb8e46942f8f24a8a8996b5c58.zip |
For PR1207:
Revert patches that caused the problem. Evan, please investigate and reapply
when you've discovered the problem.
llvm-svn: 34399
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaRegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaRegisterInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaRegisterInfo.h b/llvm/lib/Target/Alpha/AlphaRegisterInfo.h index 4629aaa9aec..5c3f8ecbf68 100644 --- a/llvm/lib/Target/Alpha/AlphaRegisterInfo.h +++ b/llvm/lib/Target/Alpha/AlphaRegisterInfo.h @@ -49,8 +49,6 @@ struct AlphaRegisterInfo : public AlphaGenRegisterInfo { const TargetRegisterClass* const* getCalleeSavedRegClasses() const; - BitVector getReservedRegs(const MachineFunction &MF) const; - bool hasFP(const MachineFunction &MF) const; void eliminateCallFramePseudoInstr(MachineFunction &MF, |