blob: aabae009d7c3f3c5da742721be8173f6e4b7cae9 [file] [log] [blame]
Juergen Ributzkad12ccbd2013-11-19 00:57:56 +00001//= HexagonMachineFunctionInfo.cpp - Hexagon 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
Juergen Ributzkad12ccbd2013-11-19 00:57:56 +00006//
7//===----------------------------------------------------------------------===//
8
9#include "HexagonMachineFunctionInfo.h"
10
11using namespace llvm;
12
13// pin vtable to this file
14void HexagonMachineFunctionInfo::anchor() {}
15