We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efb95a commit 5038924Copy full SHA for 5038924
1 file changed
include/circt/Support/InstanceGraph.h
@@ -401,8 +401,9 @@ class InstanceGraph {
401
///
402
/// Defined out-of-line in InstanceGraph.cpp to keep the header free of
403
/// <atomic>, ThreadPool, and Threading includes.
404
- LogicalResult walkParallelImpl(
405
- llvm::function_ref<LogicalResult(InstanceGraphNode &)> fn, bool forward);
+ LogicalResult
+ walkParallelImpl(llvm::function_ref<LogicalResult(InstanceGraphNode &)> fn,
406
+ bool forward);
407
408
protected:
409
ModuleOpInterface getReferencedModuleImpl(InstanceOpInterface op);
0 commit comments