Use a more efficient data structure for the "operand map". The number of
commitf415d8b64687d4db7e1986b74e9da6cae72c0fd1
authorBill Wendling <isanbard@gmail.com>
Mon, 23 May 2011 00:18:33 +0000 (23 00:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 23 May 2011 00:18:33 +0000 (23 00:18 +0000)
treed82346b645973a93ed9270b6ae5782f8664f1b30
parent6083bb935373020af240bdf8fbec1cdcf360303f
Use a more efficient data structure for the "operand map". The number of
operands to an instruction aren't great, so an iterative search is fairly quick
and doesn't have the overhead of std::map.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131886 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmWriterEmitter.cpp