145bb48eaSTom Stellard //===-- R600MachineFunctionInfo.cpp - R600 Machine Function Info-*- C++ -*-===// 245bb48eaSTom Stellard // 3*2946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*2946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information. 5*2946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 645bb48eaSTom Stellard // 745bb48eaSTom Stellard /// \file 845bb48eaSTom Stellard //===----------------------------------------------------------------------===// 945bb48eaSTom Stellard 1045bb48eaSTom Stellard #include "R600MachineFunctionInfo.h" 1145bb48eaSTom Stellard 1245bb48eaSTom Stellard using namespace llvm; 1345bb48eaSTom Stellard R600MachineFunctionInfo(const MachineFunction & MF)1445bb48eaSTom StellardR600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF) 1545bb48eaSTom Stellard : AMDGPUMachineFunction(MF) { } 16