mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix a bad merge.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90616 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e33632559
commit
03c8406fc1
@ -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