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 42cfc42 commit 8927b7bCopy full SHA for 8927b7b
llvm/include/llvm/CodeGen/MachineBasicBlock.h
@@ -735,8 +735,9 @@ class MachineBasicBlock
735
/// Returns the MCSymbol marking the end of this basic block.
736
LLVM_ABI MCSymbol *getEndSymbol() const;
737
738
- /// Returns a temporary MCSymbol marking the beginning of a callsite.
739
- LLVM_ABI MCSymbol *createCallsiteSymbol() const;
+ /// Returns a temporary MCSymbol marking the beginning of a callsite, and
+ /// appends it to `CallsiteSymbols`.
740
+ MCSymbol *createCallsiteSymbol() const;
741
742
/// Returns true if this block may have an INLINEASM_BR (overestimate, by
743
/// checking if any of the successors are indirect targets of any inlineasm_br
0 commit comments