Initial checkin of Instruction emitter, which just produces enum values so far
authorChris Lattner <sabre@nondot.org>
Sun, 3 Aug 2003 17:24:10 +0000 (17:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Aug 2003 17:24:10 +0000 (17:24 +0000)
commit33ccf7edff6d784c7f6ea85ada2b67062272073e
treea628407daf282bfc103b34972bc1c8c488fe6a22
parentd17eabe1d3ba67a4749e2e0e22d3ed38f704b008
Initial checkin of Instruction emitter, which just produces enum values so far

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