blob: e7442826e78b472f6714ff1e1798f1471fb2955f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//===-- SparcMachineFunctionInfo.cpp - Sparc 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 "SparcMachineFunctionInfo.h"
using namespace llvm;
void SparcMachineFunctionInfo::anchor() { }
|