Initial cut at an asm writer emitter. So far, this only handles emission of
authorChris Lattner <sabre@nondot.org>
Sun, 1 Aug 2004 05:59:33 +0000 (05:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Aug 2004 05:59:33 +0000 (05:59 +0000)
commit2e1f51b8a583649d74cb666ca5e4cf680cc1ced9
tree9d3918655c2d43639de8e63e519beb837528ba00
parentec3524064c57fbc2c5976ca301bbaadc94006d07
Initial cut at an asm writer emitter.  So far, this only handles emission of
instructions, and only instructions that take no operands at that!

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