9 lines
300 B
C++
9 lines
300 B
C++
#include "FootMachineFunctionInfo.h"
|
|
|
|
using namespace llvm;
|
|
|
|
MachineFunctionInfo *FootMachineFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
|
|
const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB) const {
|
|
return new FootMachineFunctionInfo(*this);
|
|
}
|