Fixed a bug: outputting name of variable instead of its value.
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 15 Jul 2003 21:26:09 +0000 (21:26 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 15 Jul 2003 21:26:09 +0000 (21:26 +0000)
commitf6e5217b54441866dec596c1be20747036440cd4
tree8ef6ced7db6f8deb3c5335c5c9294c0fc8330596
parent7eac4766b156ad2965125a7ee3f1f4834dfbb00b
Fixed a bug: outputting name of variable instead of its value.
Also, placed DEBUG() guards around debug information so that the generated file
is much smaller and hence should be faster to preprocess/compile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7180 91177308-0d34-0410-b5e6-96231b3b80d8
support/tools/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeEmitterGen.cpp