Fix a bad merge.

llvm-svn: 90616
This commit is contained in:
David Greene 2009-12-04 23:08:02 +00:00
parent e373c9a71a
commit c5f3d8e343
1 changed files with 0 additions and 7 deletions

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