Normalize file docs. NFC.

Having the added `\brief` made doxygen interpret it as the summary for
the `llvm` namespace (visible at:
http://llvm.org/doxygen/namespaces.html).

llvm-svn: 276331
This commit is contained in:
George Burgess IV 2016-07-21 20:52:35 +00:00
parent df213e4cac
commit 1fb182ec21

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
/// \brief Compute iterated dominance frontiers using a linear time algorithm.
// Compute iterated dominance frontiers using a linear time algorithm.
//
//===----------------------------------------------------------------------===//