#include "SystemZMachineFunctionInfo.h"
using namespace llvm;
void SystemZMachineFunctionInfo::anchor() {}
MachineFunctionInfo *SystemZMachineFunctionInfo::clone(
BumpPtrAllocator &Allocator, MachineFunction &DestMF,
const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB)
const {
return DestMF.cloneInfo<SystemZMachineFunctionInfo>(*this);
}