1234285Sdim//===-- SparcMachineFunctionInfo.cpp - Sparc Machine Function Info --------===//
2234285Sdim//
3234285Sdim//                     The LLVM Compiler Infrastructure
4234285Sdim//
5234285Sdim// This file is distributed under the University of Illinois Open Source
6234285Sdim// License. See LICENSE.TXT for details.
7234285Sdim//
8234285Sdim//===----------------------------------------------------------------------===//
9234285Sdim
10234285Sdim#include "SparcMachineFunctionInfo.h"
11234285Sdim
12234285Sdimusing namespace llvm;
13234285Sdim
14234285Sdimvoid SparcMachineFunctionInfo::anchor() { }
15