blob: 65011a9eadf837beb87afa11188124067924dd70 [file] [log] [blame]
Tom Stellard75aadc22012-12-11 21:25:42 +00001//===-- R600MachineFunctionInfo.cpp - R600 Machine Function Info-*- C++ -*-===//
2//
Chandler Carruth2946cd72019-01-19 08:50:56 +00003// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Tom Stellard75aadc22012-12-11 21:25:42 +00006//
7/// \file
8//===----------------------------------------------------------------------===//
9
10#include "R600MachineFunctionInfo.h"
11
12using namespace llvm;
13
14R600MachineFunctionInfo::R600MachineFunctionInfo(const MachineFunction &MF)
Vincent Lejeuneace6f732013-04-01 21:47:53 +000015 : AMDGPUMachineFunction(MF) { }