summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2016-07-21 20:52:35 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2016-07-21 20:52:35 +0000
commit825a8687965251eb6c8987905e56f4d015d9df88 (patch)
treec7e2ee3a8dca61fb7661771ef9a4accdeaad5e93 /llvm/lib
parent97b68c5ebef82f9f8f24e179bd0e1902adfc9c61 (diff)
downloadbcm5719-llvm-825a8687965251eb6c8987905e56f4d015d9df88.tar.gz
bcm5719-llvm-825a8687965251eb6c8987905e56f4d015d9df88.zip
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
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/IteratedDominanceFrontier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IteratedDominanceFrontier.cpp b/llvm/lib/Analysis/IteratedDominanceFrontier.cpp
index 3ab6b5d6090..d1374acd963 100644
--- a/llvm/lib/Analysis/IteratedDominanceFrontier.cpp
+++ b/llvm/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.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud