Initial checkin of useful wrappers around the Target classes, for now, only ValueType and
authorChris Lattner <sabre@nondot.org>
Thu, 7 Aug 2003 05:38:11 +0000 (05:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Aug 2003 05:38:11 +0000 (05:38 +0000)
commit45872079672a4fb500fdcb9c77b23e3e550c8f97
tree40f77aa329cfc00e7055ec2367f21f835920d7cb
parent1a737c836676da675345805b7b3c117db34ca3f7
Initial checkin of useful wrappers around the Target classes, for now, only ValueType and
Target are wrapped

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7665 91177308-0d34-0410-b5e6-96231b3b80d8
support/tools/TableGen/CodeGenWrappers.cpp [new file with mode: 0644]
support/tools/TableGen/CodeGenWrappers.h [new file with mode: 0644]
utils/TableGen/CodeGenTarget.cpp [new file with mode: 0644]
utils/TableGen/CodeGenTarget.h [new file with mode: 0644]
utils/TableGen/CodeGenWrappers.cpp [new file with mode: 0644]
utils/TableGen/CodeGenWrappers.h [new file with mode: 0644]