aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--llvm/lib/Target/TargetLoweringObjectFile.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp
index 92caa6f..e7312e7 100644
--- a/llvm/lib/Target/TargetLoweringObjectFile.cpp
+++ b/llvm/lib/Target/TargetLoweringObjectFile.cpp
@@ -311,12 +311,6 @@ MCSection *TargetLoweringObjectFile::getSectionForMachineBasicBlock(
return nullptr;
}
-MCSection *TargetLoweringObjectFile::getNamedSectionForMachineBasicBlock(
- const Function &F, const MachineBasicBlock &MBB, const TargetMachine &TM,
- const char *Suffix) const {
- return nullptr;
-}
-
/// getTTypeGlobalReference - Return an MCExpr to use for a
/// reference to the specified global variable from exception
/// handling information.