2015-12-30 06:46:15 -05:00
|
|
|
//=== SystemZMachineFunctionInfo.cpp - SystemZ machine function info ------===//
|
2012-04-14 09:54:10 -04:00
|
|
|
//
|
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
|
//
|
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
|
//
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
2013-12-21 19:04:03 -05:00
|
|
|
#include "SystemZMachineFunctionInfo.h"
|
2012-04-14 09:54:10 -04:00
|
|
|
|
|
|
|
|
using namespace llvm;
|
|
|
|
|
|
2013-12-21 19:04:03 -05:00
|
|
|
|
|
|
|
|
// pin vtable to this file
|
|
|
|
|
void SystemZMachineFunctionInfo::anchor() {}
|
|
|
|
|
|