1 //===-- R600MachineFunctionInfo.h - R600 Machine Function Info ----*- C++ -*-=//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 #ifndef AMDGPUMACHINEFUNCTION_H
14 #define AMDGPUMACHINEFUNCTION_H
16 #include "llvm/CodeGen/MachineFunction.h"
20 class AMDGPUMachineFunction : public MachineFunctionInfo {
22 static const char *ShaderTypeAttribute;
24 AMDGPUMachineFunction(const MachineFunction &MF);
29 #endif // AMDGPUMACHINEFUNCTION_H