llvm-project/llvm/lib/Target/Foot/FootMachineFunctionInfo.cpp
2025-11-11 13:14:20 -05:00

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);
}