Revert r107205 and r107207.

llvm-svn: 107215
This commit is contained in:
Bill Wendling
2010-06-29 22:34:52 +00:00
parent be30551600
commit 3632171750
26 changed files with 39 additions and 98 deletions

View File

@@ -313,7 +313,6 @@ static unsigned getEncodedLinkage(const GlobalValue *GV) {
case GlobalValue::LinkOnceODRLinkage: return 11;
case GlobalValue::AvailableExternallyLinkage: return 12;
case GlobalValue::LinkerPrivateLinkage: return 13;
case GlobalValue::LinkerWeakLinkage: return 14;
}
}