DebugInfo: Simplify Address Pool index handling.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 8 Jul 2013 17:33:10 +0000 (17:33 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 8 Jul 2013 17:33:10 +0000 (17:33 +0000)
commit5ce4091a68936b94c1f8858a101e61e65f71a23b
treedf03a3a6e348e0fcd962a8a3dde167420e59faba
parent7b42bedca4a3e68adbaf9dad7511320d0480a55b
DebugInfo: Simplify Address Pool index handling.

Since the pool indexes are necessarily sequential and contiguous, just
insert things in the right place rather than having to sort the sequence
after the fact.

No functionality change.

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