Fix the alias analysis query in DAGCombiner to not add in two
authorDan Gohman <gohman@apple.com>
Thu, 26 Jul 2007 16:14:06 +0000 (16:14 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 26 Jul 2007 16:14:06 +0000 (16:14 +0000)
commit559742c0eae0a7368eb5f67cde7a3599eaf82ade
treec79c7c900bdaea0a806102f9548ce28453883467
parent37f3ee17d2192e52f436f640788b28c0b68db102
Fix the alias analysis query in DAGCombiner to not add in two
offsets. The SrcValueOffset values are the real offsets from the
SrcValue base pointers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40534 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp