[PM/AA] Try to fix libc++ build bots which require the type used in
authorChandler Carruth <chandlerc@gmail.com>
Wed, 22 Jul 2015 11:10:41 +0000 (11:10 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 22 Jul 2015 11:10:41 +0000 (11:10 +0000)
commit048e3fa68e40181d5163de6797f9baff1c21295c
treebcb189c8c5e938efc9b925b9c075315cfcd43676
parent93d5626c135569875bff226aab1391c719f0dcf2
[PM/AA] Try to fix libc++ build bots which require the type used in
std::list to be complete by hoisting the entire definition into the
class. Ugly, but hopefully works.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242888 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IPA/GlobalsModRef.cpp