Fix a bad merge.

llvm-svn: 90616
This commit is contained in:
David Greene 2009-12-04 23:08:02 +00:00
parent 4c625161b2
commit 7ff6aa2e62

View 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