Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset
authorDan Gohman <gohman@apple.com>
Mon, 9 Jun 2008 22:05:52 +0000 (22:05 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Jun 2008 22:05:52 +0000 (22:05 +0000)
commit9ea3f56d07875ecb4ae2cd5bc14a9563b9742553
tree12d5726126d68e19312e1c9a1983c860f4de536c
parent7dc1def1623748b6c2f1812f1bf2e0153759c8b9
Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset
value, which is something that apparently isn't used much.

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