summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUMachineFunction.cpp
blob: 5df522ef550649526515e90a6932d294e1e0ada5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//==-- SPUMachineFunctionInfo.cpp - Private data used for CellSPU -*- C++ -*-=//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#include "SPUMachineFunction.h"

using namespace llvm;

void SPUFunctionInfo::anchor() { }