summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARC/ARCMachineFunctionInfo.cpp
blob: 7672f8d2c6dd5bad62dda980031f87aa6f5ee103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===- ARCMachineFunctionInfo.cpp - ARC machine func info -------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#include "ARCMachineFunctionInfo.h"

using namespace llvm;

void ARCFunctionInfo::anchor() {}
OpenPOWER on IntegriCloud