Delete an unused field.

llvm-svn: 79206
This commit is contained in:
Dan Gohman 2009-08-16 21:19:53 +00:00
parent 81f0df9601
commit 4bb9357921
1 changed files with 0 additions and 3 deletions

View File

@ -62,7 +62,6 @@ namespace llvm {
class AlphaTargetLowering : public TargetLowering {
int VarArgsOffset; // What is the offset to the first vaarg
int VarArgsBase; // What is the base FrameIndex
bool useITOF;
public:
explicit AlphaTargetLowering(TargetMachine &TM);
@ -94,8 +93,6 @@ namespace llvm {
getRegClassForInlineAsmConstraint(const std::string &Constraint,
EVT VT) const;
bool hasITOF() { return useITOF; }
MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,
MachineBasicBlock *BB) const;