Don't convert enum to strings just to put them in the uniquing map. Use the...
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
Loading
Please sign in to comment