diff options
author | Rahman Lavaee <rahmanl@google.com> | 2020-04-13 12:14:42 -0700 |
---|---|---|
committer | Rahman Lavaee <rahmanl@google.com> | 2020-04-13 12:19:59 -0700 |
commit | 05192e585ce175b55f2a26b83b4ed7882785c8e6 (patch) | |
tree | 40533ae82158ebb980b70d5bc6c65130c766ef09 /llvm/lib/Target/TargetLoweringObjectFile.cpp | |
parent | 4ddf7ab454b0b0e885e4970f3896adc53d1c64e4 (diff) | |
download | llvm-05192e585ce175b55f2a26b83b4ed7882785c8e6.zip llvm-05192e585ce175b55f2a26b83b4ed7882785c8e6.tar.gz llvm-05192e585ce175b55f2a26b83b4ed7882785c8e6.tar.bz2 |
Extend BasicBlock sections to allow specifying clusters of basic blocks in the same section.
Differential Revision: https://reviews.llvm.org/D76954
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r-- | llvm/lib/Target/TargetLoweringObjectFile.cpp | 6 |
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. |