summaryrefslogtreecommitdiff
path: root/include/llvm/Instructions.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-22 04:10:52 +0000
committerDan Gohman <gohman@apple.com>2010-02-22 04:10:52 +0000
commitfb76fe09297ee292129e44d723127f2408602a3d (patch)
tree9a0205cb7d71f204242890995749b4b11372d8ce /include/llvm/Instructions.h
parentb4e8aabba764bcbaf4be1296ba9b7e437f98adb7 (diff)
downloadllvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.gz
llvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.bz2
llvm-fb76fe09297ee292129e44d723127f2408602a3d.tar.xz
Fix various doxygen warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Instructions.h')
-rw-r--r--include/llvm/Instructions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h
index d2f7404255..f07291cc62 100644
--- a/include/llvm/Instructions.h
+++ b/include/llvm/Instructions.h
@@ -1805,7 +1805,7 @@ public:
return i/2;
}
- /// getIncomingBlock - Return incoming basic block #i.
+ /// getIncomingBlock - Return incoming basic block number @p i.
///
BasicBlock *getIncomingBlock(unsigned i) const {
return cast<BasicBlock>(getOperand(i*2+1));