- Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID is
authorBill Wendling <isanbard@gmail.com>
Tue, 10 Mar 2009 21:47:45 +0000 (21:47 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 10 Mar 2009 21:47:45 +0000 (21:47 +0000)
commitc8615e4d3955dc14f78fc426dbfe3e9e9dc8c009
tree49696c6b0158c409d583049176420012d04dd530
parentaad49feb6a2a9c65f323a5ea44fadd7d8eabc9f5
- Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID is
  the untimed version of getOrCreateSourceID. getOrCreateSourceID calls
  GetOrCreateSourceID, of course.

- Move some methods into the "private" section. Constify at least one method.

- General clean-ups.

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