Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.cpp
2003-08-03 Chris LattnerInitial checkin of Instruction emitter, which just...