summaryrefslogtreecommitdiff
path: root/include/llvm/User.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-25 22:54:55 +0000
committerChris Lattner <sabre@nondot.org>2002-08-25 22:54:55 +0000
commit26199059268a05739c84ebf465fcdbf7ded861df (patch)
tree8ec9d990f4bb669601ba3d8264a774e8bdce0392 /include/llvm/User.h
parent969c4ad65dd0c23b68117a08eb28f040af379b0d (diff)
downloadllvm-26199059268a05739c84ebf465fcdbf7ded861df.tar.gz
llvm-26199059268a05739c84ebf465fcdbf7ded861df.tar.bz2
llvm-26199059268a05739c84ebf465fcdbf7ded861df.tar.xz
Convert comments to Doxygen style
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3507 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/User.h')
-rw-r--r--include/llvm/User.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/User.h b/include/llvm/User.h
index e78d21bbca..e9dea8bcbf 100644
--- a/include/llvm/User.h
+++ b/include/llvm/User.h
@@ -59,9 +59,9 @@ public:
Operands.clear();
}
- // replaceUsesOfWith - Replaces all references to the "From" definition with
- // references to the "To" definition. (defined in Value.cpp)
- //
+ /// replaceUsesOfWith - Replaces all references to the "From" definition with
+ /// references to the "To" definition.
+ ///
void replaceUsesOfWith(Value *From, Value *To);
// Methods for support type inquiry through isa, cast, and dyn_cast: