A bitcast of a global variable may have been constant folded to a GEP -
authorDuncan Sands <baldrick@free.fr>
Fri, 4 May 2007 17:12:26 +0000 (17:12 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 4 May 2007 17:12:26 +0000 (17:12 +0000)
commit3b346368deddbe3cb853b29472de46bc9b58d6b8
tree05451f33d0cdf239db897ed8adffe6b20775e921
parente5b01bea7b9b7dce7c24484d2d915b0c118d4d07
A bitcast of a global variable may have been constant folded to a GEP -
handle this case too.

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