Use std::vector rather than SmallVector here because SmallVector
authorDuncan Sands <baldrick@free.fr>
Thu, 8 Jul 2010 13:06:08 +0000 (13:06 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 8 Jul 2010 13:06:08 +0000 (13:06 +0000)
commit2dac4c1b519feaf1ef63514f07fa16aa5dc7d89a
treed25ff0f4f1c9631f7d680421ec7e28017a4870a0
parentcde51108def63dbb68ffd47f8950b8bdd43dd074
Use std::vector rather than SmallVector here because SmallVector
causes some versions of gcc to crash when building LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107869 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/PostOrderIterator.h
include/llvm/Analysis/IntervalIterator.h