summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-28 23:43:28 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-28 23:43:28 +0000
commitcaa776be917a5af54e4851ec578d9d7b7a6f7c69 (patch)
tree018a113963cef5e2aa7add95c1b63caf5cf4961b /llvm/lib/Transforms/Utils
parent6b55dbea8661dd825a4993c7d7a84f1a92c095b9 (diff)
downloadbcm5719-llvm-caa776be917a5af54e4851ec578d9d7b7a6f7c69.tar.gz
bcm5719-llvm-caa776be917a5af54e4851ec578d9d7b7a6f7c69.zip
Fix -Wdocumentation warnings.
llvm-svn: 187336
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r--llvm/lib/Transforms/Utils/SimplifyCFG.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
index 084b74c2110..427688fc8e1 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -120,10 +120,10 @@ class SimplifyCFGOpt {
/// the if-region with an adjacent if-region upstream if two if-regions
/// contain identical instructions.
bool MergeIfRegion(BasicBlock *BB, IRBuilder<> &Builder, Pass *P = 0);
- /// \brief Compare a pair of blocks: \param Block1 and \param Block2, which
- /// are from two if-regions whose entry blocks are \param Head1 and \param
- /// Head2. \returns true if \param Block1 and \param Block2 contain identical
- /// instructions, and have no memory reference alias with \param Head2.
+ /// \brief Compare a pair of blocks: \p Block1 and \p Block2, which
+ /// are from two if-regions whose entry blocks are \p Head1 and \p
+ /// Head2. \returns true if \p Block1 and \p Block2 contain identical
+ /// instructions, and have no memory reference alias with \p Head2.
/// This is used as a legality check for merging if-regions.
bool CompareIfRegionBlock(BasicBlock *Head1, BasicBlock *Head2,
BasicBlock *Block1, BasicBlock *Block2);
OpenPOWER on IntegriCloud