Reuse the values if they are constants: this is important so that we index into the...
authorChris Lattner <sabre@nondot.org>
Thu, 3 Jul 2003 06:42:38 +0000 (06:42 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Jul 2003 06:42:38 +0000 (06:42 +0000)
commit5bfccb9defee2026e113c1fd694eb29b99d4f8a6
treee97db5a76def04b53ffbd953037dce97caf6b40b
parentc863c419031667f6d88e0799348633b0cce2870b
Reuse the values if they are constants: this is important so that we index into the right structure field
This fixes bug: BasicAA/2003-07-03-BasicAACrash.ll

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