[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)
commitc345ba880db4d68b5ee534aa2ccd24295f152dcd
tree79a9fb3e5907b86e73915599ca9126df41490a50
parentedb27188b433292536bb79543cdc39337cb52d25
[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 ...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212834 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCELF.h
lib/MC/MCELF.cpp