From: Reid Spencer Date: Fri, 29 Dec 2006 04:10:59 +0000 (+0000) Subject: Doxygenify a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c25ec252fd64d2c60486a669242ae4b616cf810b;p=oota-llvm.git Doxygenify a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32765 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index c7866235260..cbcc0974e49 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -729,7 +729,8 @@ public: return static_cast(dyn_cast(getOperand(0))); } - // getCalledValue - Get a pointer to a method that is invoked by this inst. + /// getCalledValue - Get a pointer to the function that is invoked by this + /// instruction inline const Value *getCalledValue() const { return getOperand(0); } inline Value *getCalledValue() { return getOperand(0); }