Fix two bugs:
authorChris Lattner <sabre@nondot.org>
Tue, 12 Nov 2002 07:20:45 +0000 (07:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 12 Nov 2002 07:20:45 +0000 (07:20 +0000)
commit5190ce83744ceadeb0167330bbf83ff99de066ee
tree63080cd514b62e4181055b50b616a77bc0ba3599
parent32f8e7d4e806ac29f01262afe1c270d129cf1ac5
Fix two bugs:
 * The globals vector was getting broken and unsorted, this caused vortex
   to get badly pessimized
 * Node offset handling was being handled really poorly, and in particular
   we were not merging types with offsets right.  This causes several graphs
   to be non-merged.

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