Mercurial > hg > CbC > CbC_llvm
view llvm/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp @ 152:e8a9b4f4d755
pull from 146
author | anatofuz |
---|---|
date | Wed, 11 Mar 2020 18:29:16 +0900 (2020-03-11) |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line source
//= HexagonMachineFunctionInfo.cpp - Hexagon machine function info *- C++ -*-=// // // 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 // //===----------------------------------------------------------------------===// #include "HexagonMachineFunctionInfo.h" using namespace llvm; // pin vtable to this file void HexagonMachineFunctionInfo::anchor() {}