You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
2d1f6d67c5
Add the ARC backend as an experimental target to lib/Target. Reviewed at: https://reviews.llvm.org/D36331 llvm-svn: 311667
15 lines
436 B
C++
15 lines
436 B
C++
//===- 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() {}
|