[TableGen] Use StringMap instead of DenseMap<StringRef> to unique CodeInit and...
[TableGen] Use StringMap instead of DenseMap<StringRef> to unique CodeInit and StringInit objects. Override the allocator to keep using the BumpPtrAllocator. NFCI StringMap is better suited to mapping strings than a DenseMap. llvm-svn: 304178
Loading
Please sign in to comment