2015-12-30 06:46:15 -05:00
|
|
|
//=== SystemZMachineFunctionInfo.cpp - SystemZ machine function info ------===//
|
2012-04-14 09:54:10 -04:00
|
|
|
//
|
2019-08-20 16:50:12 -04:00
|
|
|
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
|
|
|
// See https://llvm.org/LICENSE.txt for license information.
|
|
|
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2012-04-14 09:54:10 -04:00
|
|
|
//
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
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() {}
|
|
|
|
|
|