diff options
| author | James Dennett <jdennett@google.com> | 2018-11-27 17:53:03 +0000 |
|---|---|---|
| committer | James Dennett <jdennett@google.com> | 2018-11-27 17:53:03 +0000 |
| commit | dd64bc9061bbf34a16c2af6dc2110d031d95b470 (patch) | |
| tree | 078ff8d28dd7c0f4fee798ddb66d4ed3b87b1b22 /llvm | |
| parent | 418bcd08304a2264a0e5d2e5a7af734f4eae90c2 (diff) | |
| download | bcm5719-llvm-dd64bc9061bbf34a16c2af6dc2110d031d95b470.tar.gz bcm5719-llvm-dd64bc9061bbf34a16c2af6dc2110d031d95b470.zip | |
Documentation: add \file markup as needed.
This makes Doxygen correctly associate the doc comment with the current
file rather than adding to the documentation for namespace llvm.
llvm-svn: 347679
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Analysis/IteratedDominanceFrontier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h b/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h index fdebb1bc396..3083db75b81 100644 --- a/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h +++ b/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h @@ -6,7 +6,7 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// +/// \file /// Compute iterated dominance frontiers using a linear time algorithm. /// /// The algorithm used here is based on: |

