projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f85b9d
)
Doxygenify a comment.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 29 Dec 2006 04:10:59 +0000
(
04:10
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 29 Dec 2006 04:10:59 +0000
(
04:10
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32765
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Instructions.h
patch
|
blob
|
history
diff --git
a/include/llvm/Instructions.h
b/include/llvm/Instructions.h
index c786623526016b84d46377434dec0748ef24434e..cbcc0974e49ca102e8edbc00d68007c11b14dc40 100644
(file)
--- a/
include/llvm/Instructions.h
+++ b/
include/llvm/Instructions.h
@@
-729,7
+729,8
@@
public:
return static_cast<Function*>(dyn_cast<Function>(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); }