[AVX] Make StringInit Unique
authorDavid Greene <greened@obbligato.org>
Fri, 29 Jul 2011 19:07:14 +0000 (19:07 +0000)
committerDavid Greene <greened@obbligato.org>
Fri, 29 Jul 2011 19:07:14 +0000 (19:07 +0000)
commitd0e9d04ab04d862392cbc84543ad9d77c58eb966
tree509ec0f06fe0ec0acd26733f43f6f459be1c8f43
parent2855b0f0730b1a31aa156ea667fee79f66be4b03
[AVX] Make StringInit Unique

Use a StringMap to ensure the StringInits are unique.  This is
especially important for AVX where we will have many smallish
strings representing instruction prefixes, suffixes and the like.

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