LLVM API Documentation

AMDGPUMCCodeEmitter.cpp
Go to the documentation of this file.
00001 //===-- AMDGPUCodeEmitter.cpp - AMDGPU Code Emitter interface -------------===//
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 //===----------------------------------------------------------------------===//
00009 //
00010 /// \file
00011 /// \brief CodeEmitter interface for R600 and SI codegen.
00012 //
00013 //===----------------------------------------------------------------------===//
00014 
00015 #include "AMDGPUMCCodeEmitter.h"
00016 
00017 using namespace llvm;
00018 
00019 // pin vtable to this file
00020 void AMDGPUMCCodeEmitter::anchor() {}
00021