Delete an unused field.
authorDan Gohman <gohman@apple.com>
Sun, 16 Aug 2009 21:19:53 +0000 (21:19 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 16 Aug 2009 21:19:53 +0000 (21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79206 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaISelLowering.h

index 8edc791c088b9b7e7c3c0155319ff7a903edae88..fd011242b202e3c887ad30f1a8c84b9824ab57e6 100644 (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;