2013-12-21 19:04:03 -05:00
|
|
|
//= HexagonMachineFunctionInfo.cpp - Hexagon machine function info *- C++ -*-=//
|
2012-04-14 09:54:10 -04:00
|
|
|
//
|
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
|
//
|
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
|
//
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
2013-12-21 19:04:03 -05:00
|
|
|
#include "HexagonMachineFunctionInfo.h"
|
2012-04-14 09:54:10 -04:00
|
|
|
|
|
|
|
|
using namespace llvm;
|
|
|
|
|
|
2013-12-21 19:04:03 -05:00
|
|
|
// pin vtable to this file
|
|
|
|
|
void HexagonMachineFunctionInfo::anchor() {}
|
|
|
|
|
|