diff options
author | Rui Ueyama <ruiu@google.com> | 2016-12-20 01:51:08 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-12-20 01:51:08 +0000 |
commit | 312703116f97f07d0505b6721cbac2689170430f (patch) | |
tree | 552725e70283c0821e418b1b768daca89560b125 /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | |
parent | a8529e2cb74474346d72fafd097967d004a8277a (diff) | |
download | bcm5719-llvm-312703116f97f07d0505b6721cbac2689170430f.tar.gz bcm5719-llvm-312703116f97f07d0505b6721cbac2689170430f.zip |
Simplify type of Config->SymbolOrderingFile.
That variable was of type DenseMap<StringRef, unsigned>, but the
unsigned numbers needed to be monotonicly increasing numbers because
the implementation that used the variable depended on that fact.
That was an implementation detail and shouldn't have leaked into Config.
This patch simplifies its type to std::vector<StringRef>.
llvm-svn: 290151
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
0 files changed, 0 insertions, 0 deletions