diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-16 21:19:53 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-16 21:19:53 +0000 |
commit | e646d043b0b5b4991dc5f411edb48e7fc8333984 (patch) | |
tree | cc90b803f4e231b404f1c0099989600df25e235b | |
parent | 34888816e802fb83a84ca0c7cc7b7a21d9fcd764 (diff) |
Delete an unused field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79206 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Alpha/AlphaISelLowering.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.h b/lib/Target/Alpha/AlphaISelLowering.h index 8edc791c08..fd011242b2 100644 --- a/lib/Target/Alpha/AlphaISelLowering.h +++ b/lib/Target/Alpha/AlphaISelLowering.h @@ -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; |