[AVR] Added configuration file and machine function information class
authorDylan McKay <dylanmckay34@gmail.com>
Mon, 21 Dec 2015 23:13:15 +0000 (23:13 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Mon, 21 Dec 2015 23:13:15 +0000 (23:13 +0000)
commitbbd9331669e953b210d2f3e483506053275ed8e2
treecfa7ce9fce546854ed6ef00ce26595aa664170de
parent4b6fef2eac6881670c47d6c95f81b273f4a754e0
[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
lib/Target/AVR/AVRConfig.h [new file with mode: 0644]
lib/Target/AVR/AVRMachineFunctionInfo.h [new file with mode: 0644]