1234285Sdim//===-- MBlazeMachineFunctionInfo.cpp - Private data ----------------------===//
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 "MBlazeMachineFunction.h"
11234285Sdim
12234285Sdimusing namespace llvm;
13234285Sdim
14234285Sdimvoid MBlazeFunctionInfo::anchor() { }
15