summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2015-01-06 23:04:36 +0000
committerLang Hames <lhames@gmail.com>2015-01-06 23:04:36 +0000
commit66f755f84f4ed145d0daccc4e49338b48a517874 (patch)
treeeed9beb6577413ec17bd71aae05e16e0fc2c77f9 /llvm/lib/MC/MCAsmInfo.cpp
parentd0101a2dfd8f81f57989743afe812b0b47acab87 (diff)
downloadbcm5719-llvm-66f755f84f4ed145d0daccc4e49338b48a517874.tar.gz
bcm5719-llvm-66f755f84f4ed145d0daccc4e49338b48a517874.zip
Revert r224935 "Refactor duplicated code. No intended functionality change."
This is affecting the behavior of some ObjC++ / AArch64 test cases on Darwin. Reverting to get the bots green while I track down the source of the changed behavior. llvm-svn: 225311
Diffstat (limited to 'llvm/lib/MC/MCAsmInfo.cpp')
-rw-r--r--llvm/lib/MC/MCAsmInfo.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp
index 04b804209a7..6fe2804e30a 100644
--- a/llvm/lib/MC/MCAsmInfo.cpp
+++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -109,10 +109,6 @@ MCAsmInfo::MCAsmInfo() {
MCAsmInfo::~MCAsmInfo() {
}
-bool MCAsmInfo::isSectionAtomizableBySymbols(const MCSection &Section) const {
- return false;
-}
-
const MCExpr *
MCAsmInfo::getExprForPersonalitySymbol(const MCSymbol *Sym,
unsigned Encoding,
OpenPOWER on IntegriCloud