Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / store...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 18 Dec 2007 19:38:14 +0000 (19:38 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 18 Dec 2007 19:38:14 +0000 (19:38 +0000)
commit636e5a216c8dab7567b5e5d8d1c7d982f507f7eb
tree568ba9b4dfda2f4e9fed78e24bab46b8f30b7430
parent18edd2060526c4060a91d88b50be35c8f15a71e9
Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / store node id.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45167 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/CodeGen/X86/2007-12-18-LoadCSEBug.ll [new file with mode: 0644]