Skip to content

Commit 03e8db5

Browse files
committed
Remove LLVM_ABI from function declaration.
1 parent 0c900b5 commit 03e8db5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/include/llvm/CodeGen/MachineBasicBlock.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,9 @@ class MachineBasicBlock
735735
/// Returns the MCSymbol marking the end of this basic block.
736736
LLVM_ABI MCSymbol *getEndSymbol() const;
737737

738-
/// Returns a temporary MCSymbol marking the beginning of a callsite.
739-
LLVM_ABI MCSymbol *createCallsiteSymbol() const;
738+
/// Returns a temporary MCSymbol marking the beginning of a callsite, and
739+
/// appends it to `CallsiteSymbols`.
740+
MCSymbol *createCallsiteSymbol() const;
740741

741742
/// Returns true if this block may have an INLINEASM_BR (overestimate, by
742743
/// checking if any of the successors are indirect targets of any inlineasm_br

0 commit comments

Comments
 (0)