eliminate some #if 0 code I added in r96905, type inference
[oota-llvm.git] / utils / TableGen / InstrEnumEmitter.cpp
2010-02-19 Chris Lattnerfix this to work more determinstically, patch by Thomas...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-01-06 Chris Lattnersplit enum emission out from InstrInfoEmitter into...