mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 14:07:32 +00:00
Fix a bad merge.
llvm-svn: 90616
This commit is contained in:
parent
4c625161b2
commit
7ff6aa2e62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user