opnsense-src/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp

22 lines
620 B
C++
Raw Normal View History

//===-- AMDGPUCodeEmitter.cpp - AMDGPU Code Emitter interface -------------===//
2010-05-04 12:11:02 -04:00
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
/// \file
/// \brief CodeEmitter interface for R600 and SI codegen.
2010-05-04 12:11:02 -04:00
//
//===----------------------------------------------------------------------===//
#include "AMDGPUMCCodeEmitter.h"
2010-05-04 12:11:02 -04:00
using namespace llvm;
// pin vtable to this file
void AMDGPUMCCodeEmitter::anchor() {}
2010-05-04 12:11:02 -04:00