Fix a really annoying bug in bugpoint that made reducing C++ testcases
authorChris Lattner <sabre@nondot.org>
Wed, 8 Mar 2006 23:55:38 +0000 (23:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Mar 2006 23:55:38 +0000 (23:55 +0000)
commit5a7a9e53861188ad84cb0e08e34562da744a907a
treef2c56e01c518d2040cd76104952e51213797e8b3
parent3726ff0099dd28874c1c135c755964a2aeb669cb
Fix a really annoying bug in bugpoint that made reducing C++ testcases
almost impossible with the new CFE.  It now guarantees that the static
ctor/dtor list is correctly split between the modules.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26624 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ExtractFunction.cpp