Core: Remove custom next-prev traits from SimpleReference, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 12 Aug 2016 03:35:47 +0000 (03:35 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 12 Aug 2016 03:35:47 +0000 (03:35 +0000)
commit1a2cb97f7b6b0a3ad14c7f076b10a1a19834fac7
treed300174856a87865d6be86ad4d4bb496a06557a0
parentfb14ed0777b25eab6a29b4cd596964df5194eae5
Core: Remove custom next-prev traits from SimpleReference, NFC

There's nothing special about the _next/_prev pointers in
SimpleReference, so just use ilist_node to do the work.

llvm-svn: 278468
lld/include/lld/Core/Simple.h