diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-10-07 20:49:09 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-10-07 20:49:09 +0000 |
commit | 4462c6190e7164009bce6d6f0d2f37f14a41eabd (patch) | |
tree | 5e5e6bf6c2421424edc2a21414099af9c4e9ebd9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | c06b7d67cd1ebb1f81df9a0d04253d0d5f832b04 (diff) | |
download | llvm-4462c6190e7164009bce6d6f0d2f37f14a41eabd.zip llvm-4462c6190e7164009bce6d6f0d2f37f14a41eabd.tar.gz llvm-4462c6190e7164009bce6d6f0d2f37f14a41eabd.tar.bz2 |
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.
llvm-svn: 249615
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions