Object: Fix redundant name.

llvm-svn: 142238
This commit is contained in:
Michael J. Spencer
2011-10-17 20:19:29 +00:00
parent a892966218
commit d39466760a
6 changed files with 11 additions and 11 deletions

View File

@@ -154,7 +154,7 @@ error_code COFFObjectFile::getSymbolAddress(DataRefImpl Symb,
}
error_code COFFObjectFile::getSymbolType(DataRefImpl Symb,
SymbolRef::SymbolType &Result) const {
SymbolRef::Type &Result) const {
const coff_symbol *symb = toSymb(Symb);
Result = SymbolRef::ST_Other;
if (symb->StorageClass == COFF::IMAGE_SYM_CLASS_EXTERNAL &&