mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 12:24:34 +00:00
Revert r128501. It caused test failures.
llvm-svn: 128506
This commit is contained in:
parent
47b87dbc29
commit
48a0bb7712
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user