* Minor optimization: when merging nodes, merge the smaller one into the
authorChris Lattner <sabre@nondot.org>
Thu, 31 Oct 2002 22:41:15 +0000 (22:41 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Oct 2002 22:41:15 +0000 (22:41 +0000)
commit9b87c5c53c879ba6417e391fdd17c21df2892d18
tree4699cfce7e7218f310ed267fcbe0d768db053a16
parente3aa8aa08f77e9747439b856db1cde004019a422
 * Minor optimization: when merging nodes, merge the smaller one into the
       larger one.
     * Handle the case where we are merging two nodes of different size better.

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