LLVM API Documentation
00001 //===-- R600MachineFunctionInfo.cpp - R600 Machine Function Info-*- C++ -*-===// 00002 // 00003 // The LLVM Compiler Infrastructure 00004 // 00005 // This file is distributed under the University of Illinois Open Source 00006 // License. See LICENSE.TXT for details. 00007 // 00008 /// \file 00009 //===----------------------------------------------------------------------===// 00010 00011 #include "R600MachineFunctionInfo.h" 00012 00013 using namespace llvm; 00014 00015 00016 // Pin the vtable to this file. 00017 void R600MachineFunctionInfo::anchor() {} 00018 00019 R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF) 00020 : AMDGPUMachineFunction(MF) { }