llvm/lib/Target/AVR/AVRConfig.h
Dylan McKay bbd9331669 [AVR] Added configuration file and machine function information class
This commit adds the 'AVRMachineFunctionInfo' class, which simply stores
basic properties about generated machine functions.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256213 91177308-0d34-0410-b5e6-96231b3b80d8
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