[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)
commit751a449e2fe199fd983f32de659af5057af5c72c
tree1abdefd8d3cb0d826017cc37d405a92a9420a7f1
parentef8dde62690dff96d70beabf7f2d696187bf65f0
[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
llvm/lib/Target/AVR/AVRConfig.h [new file with mode: 0644]
llvm/lib/Target/AVR/AVRMachineFunctionInfo.h [new file with mode: 0644]