Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This
authorLang Hames <lhames@gmail.com>
Tue, 23 Oct 2012 17:10:51 +0000 (17:10 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 23 Oct 2012 17:10:51 +0000 (17:10 +0000)
commit2d7581a542a6089523ba6c0f13324a95478dba61
tree1819908fcd59fc6c2c9c8958fc2749db66cbd299
parent92b0d8cf2c51debc7f4fb30a417ae839077a8ed0
Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This
should fix an issue (described at http://stackoverflow.com/questions/10065384/instantiation-of-a-list-with-an-incomplete-type-in-a-typedef)
that was preventing LLVMCodeGen from building with libc++ in C++11 mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166484 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/PBQP/Graph.h