#include "FootMachineFunctionInfo.h" using namespace llvm; MachineFunctionInfo *FootMachineFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap &Src2DstMBB) const { return new FootMachineFunctionInfo(*this); }