From d0a4a04032b524cddb9aae2302bd338ad63e84f9 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Thu, 21 Jul 2016 20:52:35 +0000 Subject: [PATCH] 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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276331 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/IteratedDominanceFrontier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/IteratedDominanceFrontier.cpp b/lib/Analysis/IteratedDominanceFrontier.cpp index 3ab6b5d6090..d1374acd963 100644 --- a/lib/Analysis/IteratedDominanceFrontier.cpp +++ b/lib/Analysis/IteratedDominanceFrontier.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -/// \brief Compute iterated dominance frontiers using a linear time algorithm. +// Compute iterated dominance frontiers using a linear time algorithm. // //===----------------------------------------------------------------------===//