Chris Lattner ca9aefcc93 fix a really subtle bug in the cross section of aliases and TLS:
the SelectionDAG::getGlobalAddress function properly looks through
aliases to determine thread-localness, but then passes the GV* down
to GlobalAddressSDNode::GlobalAddressSDNode which does not.  Instead
of passing down isTarget, just pass down the predetermined node
opcode.  This fixes some assertions with out of tree changes I'm 
working on.

llvm-svn: 74325
2009-06-26 21:14:05 +00:00
..
2009-03-13 04:39:26 +00:00
2009-06-26 08:48:03 +00:00
2009-06-26 20:47:43 +00:00
2009-06-26 20:21:18 +00:00
2009-06-23 22:01:43 +00:00