[MC] Constify MCELF::GetVisibility and MCELF::getOther
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 11 Jul 2014 17:34:44 +0000 (17:34 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 11 Jul 2014 17:34:44 +0000 (17:34 +0000)
commit0a51abc100bf47fbd009e827274175e8d549e7fd
tree978552e8d7c4809fc1d1fbbadd08037da6e160a4
parent79e3da96536cf7d5ea7f5449563fbee6238f0a5e
[MC] Constify MCELF::GetVisibility and MCELF::getOther

These two routines didn't take a "const MCSymbolData &SD"
like the other MCELF::Get routines for some reason ...

llvm-svn: 212834
llvm/include/llvm/MC/MCELF.h
llvm/lib/MC/MCELF.cpp