diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2006-10-11 16:24:51 +0000 |
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-10-11 16:24:51 +0000 |
| commit | fa8cbfd8e84fb653ecb5f23fd506b39e58118dcb (patch) | |
| tree | ec75b96041b36b981a76f6da7d5f6f0dff887095 /llvm/lib/Target/Alpha/AlphaISelLowering.h | |
| parent | 08edf332ed1bc3ff8af98cf4389142a67f150f81 (diff) | |
| download | bcm5719-llvm-fa8cbfd8e84fb653ecb5f23fd506b39e58118dcb.tar.gz bcm5719-llvm-fa8cbfd8e84fb653ecb5f23fd506b39e58118dcb.zip | |
Reduce the amount of state in the lowering code and drop old pattern ISel functions
llvm-svn: 30881
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index 3c7ffa1f9d4..7fd3eef508e 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h @@ -54,8 +54,6 @@ namespace llvm { class AlphaTargetLowering : public TargetLowering { int VarArgsOffset; // What is the offset to the first vaarg int VarArgsBase; // What is the base FrameIndex - unsigned GP; //GOT vreg - unsigned RA; //Return Address bool useITOF; public: AlphaTargetLowering(TargetMachine &TM); @@ -81,10 +79,6 @@ namespace llvm { getRegClassForInlineAsmConstraint(const std::string &Constraint, MVT::ValueType VT) const; - void restoreGP(MachineBasicBlock* BB); - void restoreRA(MachineBasicBlock* BB); - unsigned getVRegGP() { return GP; } - unsigned getVRegRA() { return RA; } bool hasITOF() { return useITOF; } }; } |

