We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf976bf commit 842785aCopy full SHA for 842785a
llvm/include/llvm/CodeGen/MachineInstr.h
@@ -2079,9 +2079,6 @@ class MachineInstr
2079
MCSymbol *PreInstrSymbol, MCSymbol *PostInstrSymbol,
2080
MDNode *HeapAllocMarker, MDNode *PCSections,
2081
uint32_t CFIType, MDNode *MMRAs);
2082
-
2083
- /// Returns true if all successors are IRBlockAddressTaken.
2084
- bool jumpToIRBlockAddressTaken() const;
2085
};
2086
2087
/// Special DenseMapInfo traits to compare MachineInstr* by *value* of the
0 commit comments