Revert r128501. It caused test failures.

llvm-svn: 128506
This commit is contained in:
Bill Wendling 2011-03-29 23:28:02 +00:00
parent dedfac0b95
commit cfb2036689
1 changed files with 0 additions and 1 deletions

View File

@ -352,7 +352,6 @@ static void CopyGVAttributes(GlobalValue *DestGV, const GlobalValue *SrcGV) {
unsigned Alignment = std::max(DestGV->getAlignment(), SrcGV->getAlignment());
DestGV->copyAttributesFrom(SrcGV);
DestGV->setAlignment(Alignment);
DestGV->setUnnamedAddr(SrcGV->hasUnnamedAddr());
}
/// GetLinkageResult - This analyzes the two global values and determines what