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)
commit684de8845e7da2d719dab9b42b7be75e1918fd84
treec659b9d86aa6863e8f37dafee30c335836f76fd0
parent174f04eefbc40bffc1de9d0bf230dad0ee8119a6
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.

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