Skip to content

Commit 5038924

Browse files
committed
fixup! [Support] Add parallel instance graph visitors
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
1 parent 7efb95a commit 5038924

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

include/circt/Support/InstanceGraph.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,9 @@ class InstanceGraph {
401401
///
402402
/// Defined out-of-line in InstanceGraph.cpp to keep the header free of
403403
/// <atomic>, ThreadPool, and Threading includes.
404-
LogicalResult walkParallelImpl(
405-
llvm::function_ref<LogicalResult(InstanceGraphNode &)> fn, bool forward);
404+
LogicalResult
405+
walkParallelImpl(llvm::function_ref<LogicalResult(InstanceGraphNode &)> fn,
406+
bool forward);
406407

407408
protected:
408409
ModuleOpInterface getReferencedModuleImpl(InstanceOpInterface op);

0 commit comments

Comments
 (0)