2015-07-30 06:32:47 +08:00
|
|
|
//=== SystemZMachineFunctionInfo.cpp - SystemZ machine function info ------===//
|
2013-11-19 08:57:56 +08:00
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#include "SystemZMachineFunctionInfo.h"
|
|
|
|
|
|
|
|
using namespace llvm;
|
|
|
|
|
|
|
|
|
|
|
|
// pin vtable to this file
|
|
|
|
void SystemZMachineFunctionInfo::anchor() {}
|
|
|
|
|