LLVM API Documentation

SystemZMachineFunctionInfo.cpp
Go to the documentation of this file.
00001 //== SystemZMachineFuctionInfo.cpp - SystemZ machine function info-*- C++ -*-=//
00002 //
00003 //                     The LLVM Compiler Infrastructure
00004 //
00005 // This file is distributed under the University of Illinois Open Source
00006 // License. See LICENSE.TXT for details.
00007 //
00008 //===----------------------------------------------------------------------===//
00009 
00010 #include "SystemZMachineFunctionInfo.h"
00011 
00012 using namespace llvm;
00013 
00014 
00015 // pin vtable to this file
00016 void SystemZMachineFunctionInfo::anchor() {}
00017