Support: Stop using iplist in Recycler
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 7 Oct 2015 20:49:09 +0000 (20:49 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 7 Oct 2015 20:49:09 +0000 (20:49 +0000)
commit10b15bcfb2dc6bd5400627e31cf0c80b383b3cd0
tree3697fcedc79866fafcd1a6b640e0b59bc9103d7e
parent5aa05ff94c3005a0c9be94f991509d0c64ad19ac
Support: Stop using iplist in Recycler

Recycler just needs a singly-linked list, and it takes less (and
simpler) code to hand-roll one of those than to build up the equivalent
`iplist_traits`.  In theory, this should speed things up a bit too, but
this is really just a drive-by cleanup so I haven't measured.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249615 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Recycler.h