r210062 reverted the need for aliasees of GlobalAliases to be GlobalObjects, but left a cast<> in CloneModule() that was added in r209007 in place.
Removing the cast.
Differential D6756
Aliasees no longer have to be GlobalObjects mkuper on Dec 22 2014, 6:31 AM. Authored by
Details
r210062 reverted the need for aliasees of GlobalAliases to be GlobalObjects, but left a cast<> in CloneModule() that was added in r209007 in place. Removing the cast.
Diff Detail Event TimelineComment Actions LGTM as is since this can be read as a code cleanup. But it would be awesome to have a testcase :-) Comment Actions Thanks Rafael. So, the problem is that I'm not sure how to construct a test-case for this. I'll commit it as is, if you have a good idea for how to test this, let me know. |