summaryrefslogtreecommitdiff
path: root/lib/Target/CellSPU/SPUMachineFunction.cpp
blob: 3e948d071d639c1e938e590c344c140ef1bf2200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//==-- SPUMachineFunctionInfo.cpp - Private data used for CellSPU ---------===//
//
//                     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() { }