Skip to content

Commit e55381d

Browse files
maksfbmemfrob
authored andcommitted
[BOLT][Refactoring] Get rid of TailCallTerminatedBlocks, etc.
Summary: More changes to allow separation of CFG construction and profile assignment. Misc cleanups. (cherry picked from FBD6158653)
1 parent c3407f4 commit e55381d

File tree

5 files changed

+197
-190
lines changed

5 files changed

+197
-190
lines changed

bolt/BinaryBasicBlock.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ class BinaryBasicBlock {
115115

116116
private:
117117
BinaryBasicBlock() = delete;
118+
BinaryBasicBlock(const BinaryBasicBlock &) = delete;
119+
BinaryBasicBlock& operator=(const BinaryBasicBlock &) = delete;
118120

119121
explicit BinaryBasicBlock(
120122
BinaryFunction *Function,

0 commit comments

Comments
 (0)