[llvm-commits] [llvm] r90616 - /llvm/trunk/include/llvm/Target/TargetInstrInfo.h
David Greene
greened at obbligato.org
Fri Dec 4 15:08:02 PST 2009
Author: greened
Date: Fri Dec 4 17:08:02 2009
New Revision: 90616
URL: http://llvm.org/viewvc/llvm-project?rev=90616&view=rev
Log:
Fix a bad merge.
Modified:
llvm/trunk/include/llvm/Target/TargetInstrInfo.h
Modified: llvm/trunk/include/llvm/Target/TargetInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetInstrInfo.h?rev=90616&r1=90615&r2=90616&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetInstrInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetInstrInfo.h Fri Dec 4 17:08:02 2009
@@ -547,13 +547,6 @@
/// 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
More information about the llvm-commits
mailing list