blob: be5b8829fe36d923f2969819edd93ada83b520f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//===-- Nios2MachineFunctionInfo.cpp - Private data used for Nios2 --------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "Nios2MachineFunction.h"
using namespace llvm;
void Nios2FunctionInfo::anchor() {}
|