llvm-6502/lib/Target/Mos6502/Mos6502MachineFunctionInfo.cpp

15 lines
456 B
C++
Raw Normal View History

//===-- Mos6502MachineFunctionInfo.cpp - Mos6502 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 "Mos6502MachineFunctionInfo.h"
using namespace llvm;
void Mos6502MachineFunctionInfo::anchor() { }