summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-06 00:03:15 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-06 00:03:15 +0000
commit4998280fdfafacf3eec44b19de357d2b7ab437fe (patch)
tree7aac666a8ebb5ee31df44dd6ed1484499716821c /llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
parent1f529663bb70a01146f96f02f2bdd636a1aec89c (diff)
downloadbcm5719-llvm-4998280fdfafacf3eec44b19de357d2b7ab437fe.tar.gz
bcm5719-llvm-4998280fdfafacf3eec44b19de357d2b7ab437fe.zip
Just returning false is the default.
llvm-svn: 200890
Diffstat (limited to 'llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
index 26a8faeea10..1098c911bdf 100644
--- a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
+++ b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
@@ -70,10 +70,6 @@ public:
LLVM_OVERRIDE {
return createSystemZObjectWriter(OS, OSABI);
}
- virtual bool doesSectionRequireSymbols(const MCSection &Section) const
- LLVM_OVERRIDE {
- return false;
- }
};
} // end anonymous namespace
OpenPOWER on IntegriCloud