* Significant rework of DSNode to support arbitrary aliasing due to merging
authorChris Lattner <sabre@nondot.org>
Wed, 2 Oct 2002 04:57:39 +0000 (04:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Oct 2002 04:57:39 +0000 (04:57 +0000)
commit7b7200c4eaa6f356ec2fcac1e6a8fa82f7543af8
tree3abcaa0e2fc15b774499ec13a8e783d40b52333c
parent1da2972d2635473b6f7a006d9d07478dba7d971e
* Significant rework of DSNode to support arbitrary aliasing due to merging
* Now all and any bytes of a DSNode can be merged together individually.  This
  is neccesary to support the full generality of C and support aliasing
  correctly.

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