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