summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
blob: 012a4f8a6812b3ef6bc81e65772c88b2d85aaa74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===-- AArch64MachineFuctionInfo.cpp - AArch64 machine function info -----===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#include "AArch64MachineFunctionInfo.h"

using namespace llvm;

void AArch64MachineFunctionInfo::anchor() { }