Don't pre-populate the set of keys in the map with variable locations history.
authorAlexey Samsonov <vonosmas@gmail.com>
Tue, 27 May 2014 22:35:00 +0000 (22:35 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Tue, 27 May 2014 22:35:00 +0000 (22:35 +0000)
commit50adf380805c0c239be0e3806b568f1af8cdff45
tree51f0fecd57dc3a8acf5ceb932cdefe560a18ff2a
parent08f32401a95e27ca19ce6747105aa8d2a721ba7a
Don't pre-populate the set of keys in the map with variable locations history.

Current implementation of calculateDbgValueHistory already creates the
keys in the expected order (user variables are listed in order of appearance),
and should do so later by contract.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209690 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp