mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
15 lines
452 B
C++
15 lines
452 B
C++
|
//===-- 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() { }
|