Skip to content

Commit 842785a

Browse files
committed
[MachineInstr] Remove the code that was accidentally added in #132536 (NFC)
1 parent cf976bf commit 842785a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/CodeGen/MachineInstr.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,9 +2079,6 @@ class MachineInstr
20792079
MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
20802080
MDNode *HeapAllocMarker, MDNode *PCSections,
20812081
uint32_t CFIType, MDNode *MMRAs);
2082-
2083-
/// Returns true if all successors are IRBlockAddressTaken.
2084-
bool jumpToIRBlockAddressTaken() const;
20852082
};
20862083

20872084
/// Special DenseMapInfo traits to compare MachineInstr* by *value* of the

0 commit comments

Comments
 (0)