Don't convert enum to strings just to put them in the uniquing map. Use the enum...
authorCraig Topper <craig.topper@gmail.com>
Thu, 9 Apr 2015 04:08:42 +0000 (04:08 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 9 Apr 2015 04:08:42 +0000 (04:08 +0000)
commitd434e395576a064160c85a91bb5f05853a48aaa1
tree13cfcf0fc0d9c482ed0d0c89b5466c2ac8d23977
parent903338511bfd613bc6f41fb7c9d156e3fbb5fd57
Don't convert enum to strings just to put them in the uniquing map. Use the enum directly. Only convert to a string for printing.

llvm-svn: 234463
llvm/utils/TableGen/X86DisassemblerTables.cpp