Go to file
Chris Lattner cde89e48b2 Allow aliasee to be a GEP or bitcast instead of just a bitcast.
The real fix for this whole mess is to require the operand of the
alias to be a *GlobalValue* (not a general constant, including 
constant exprs) but allow the operand and the alias type to be
unrelated.

This fixes PR4066

llvm-svn: 70079
2009-04-25 21:23:19 +00:00
clang Optimize the loading of an identifier from a PCH file when given the 2009-04-25 21:21:38 +00:00
llvm Allow aliasee to be a GEP or bitcast instead of just a bitcast. 2009-04-25 21:23:19 +00:00