Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
[oota-llvm.git] / utils / TableGen / InstrEnumEmitter.h
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2008-01-06 Chris Lattnersplit enum emission out from InstrInfoEmitter into...