Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot have...
authorNate Begeman <natebegeman@mac.com>
Tue, 15 Sep 2009 22:30:11 +0000 (22:30 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 15 Sep 2009 22:30:11 +0000 (22:30 +0000)
commit40fe16fadaccb86d9bff13ebe1c9a0cb20b2251b
treeaca6bcb870d4fa802d5e6413d6b41194abad25db
parentec26bf7d44def6fa9e989bcd69564f35b2273fad
Do not add the SVOffset to the Node CSE ID.  The same pointer argument cannot have different
SVOffsets.

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