Skip to content
  • David Blaikie's avatar
    DebugInfo: Simplify Address Pool index handling. · ac569a65
    David Blaikie authored
    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.
    
    llvm-svn: 185842
    ac569a65
Loading