blob: f45d8f784f4251dfc9f24537ee432ea49b6e1a91 [file] [log] [blame]
Tim Northover72062f52013-01-31 12:12:40 +00001//===-- AArch64MachineFuctionInfo.cpp - AArch64 machine function info -----===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
Tim Northover5bd6cb22013-02-14 16:17:01 +00009//
10// This file just contains the anchor for the AArch64MachineFunctionInfo to
11// force vtable emission.
12//
13//===----------------------------------------------------------------------===//
Tim Northover72062f52013-01-31 12:12:40 +000014#include "AArch64MachineFunctionInfo.h"
15
16using namespace llvm;
17
18void AArch64MachineFunctionInfo::anchor() { }