Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 13 May 2010 18:35:02 +0000 (18:35 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 13 May 2010 18:35:02 +0000 (18:35 +0000)
commitf1fd2288f36b58b8979761ba09e2a398c6afd110
tree7c409d511f86adacf959a235b949f0ee3bd15a16
parent18e05b4692068b2cc1dfbc3aeb682ac2ec63d11b
Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103723 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ilist_node.h
unittests/ADT/ilistTest.cpp