//===- llvm/ADT/BreadthFirstIterator.h - Breadth First iterator -*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
///
/// \file
/// This file builds on the ADT/GraphTraits.h file to build a generic breadth
/// first graph iterator. This file exposes the following functions/types:
///
/// bf_begin/bf_end/bf_iterator
/// * Normal breadth-first iteration - visit a graph level-by-level.
///
//===----------------------------------------------------------------------===//
namespace llvm // end namespace llvm
// LLVM_ADT_BREADTHFIRSTITERATOR_H