Skip to content

Commit 0038805

Browse files
committed
remove comment about callback
1 parent cd8fc46 commit 0038805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/lib/IR/SymbolTable.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -806,9 +806,9 @@ static std::optional<SymbolTable::UseRange> getSymbolUsesImpl(SymbolT symbol,
806806
}
807807

808808
/// Get all of the uses of the given symbol that are nested within the given
809-
/// operation 'from', invoking the provided callback for each. This does not
810-
/// traverse into any nested symbol tables. This function returns std::nullopt
811-
/// if there are any unknown operations that may potentially be symbol tables.
809+
/// operation 'from'. This does not traverse into any nested symbol tables.
810+
/// This function returns std::nullopt if there are any unknown operations that
811+
/// may potentially be symbol tables.
812812
auto SymbolTable::getSymbolUses(StringAttr symbol, Operation *from)
813813
-> std::optional<UseRange> {
814814
return getSymbolUsesImpl(symbol, from);

0 commit comments

Comments
 (0)