Fixed a bug introduced by my last commit: TargetGlobalValues should key on
authorEvan Cheng <evan.cheng@apple.com>
Wed, 30 Nov 2005 02:49:21 +0000 (02:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 30 Nov 2005 02:49:21 +0000 (02:49 +0000)
commit14229bb6369c110644c11bc7906b0c1167d3a87a
tree545d73d900ae6b41a790148c4d42030c81bf8d96
parent61ca74bc3a29b2af2be7e4bd612289da8aae85b5
Fixed a bug introduced by my last commit: TargetGlobalValues should key on
GlobalValue * and index pair. Update getGlobalAddress() for symmetry.

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