1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Target/AVR/AVRConfig.h
Dylan McKay 9c39fe2bb2 [AVR] Added configuration file and machine function information class
This commit adds the 'AVRMachineFunctionInfo' class, which simply stores
basic properties about generated machine functions.

llvm-svn: 256213
2015-12-21 23:13:15 +00:00

16 lines
452 B
C++

//===-- AVRConfig.h - AVR Backend Configuration Header ----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_AVR_CONFIG_H
#define LLVM_AVR_CONFIG_H
#define LLVM_AVR_GCC_COMPAT
#endif // LLVM_AVR_CONFIG_H