Fix a bad merge.
authorDavid Greene <greened@obbligato.org>
Fri, 4 Dec 2009 23:08:02 +0000 (23:08 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 4 Dec 2009 23:08:02 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90616 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index ee3b21ad6957d593739fd9ab50e3ec8966925bbe..fd048f9810d816b05631ea5101e673dbb0556a39 100644 (file)
@@ -547,13 +547,6 @@ public:
   /// length.
   virtual unsigned getInlineAsmLength(const char *Str,
                                       const MCAsmInfo &MAI) const;
-
-  /// TailDuplicationLimit - Returns the limit on the number of instructions
-  /// in basic block MBB beyond which it will not be tail-duplicated.
-  virtual unsigned TailDuplicationLimit(const MachineBasicBlock &MBB,
-                                        unsigned DefaultLimit) const {
-    return DefaultLimit;
-  }
 };
 
 /// TargetInstrInfoImpl - This is the default implementation of