1259698Sdim//== SystemZMachineFuctionInfo.cpp - SystemZ machine function info-*- C++ -*-=//
2259698Sdim//
3259698Sdim//                     The LLVM Compiler Infrastructure
4259698Sdim//
5259698Sdim// This file is distributed under the University of Illinois Open Source
6259698Sdim// License. See LICENSE.TXT for details.
7259698Sdim//
8259698Sdim//===----------------------------------------------------------------------===//
9259698Sdim
10259698Sdim#include "SystemZMachineFunctionInfo.h"
11259698Sdim
12259698Sdimusing namespace llvm;
13259698Sdim
14259698Sdim
15259698Sdim// pin vtable to this file
16259698Sdimvoid SystemZMachineFunctionInfo::anchor() {}
17259698Sdim
18