mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Doxygenify a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32765 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f85b9d743
commit
c25ec252fd
@ -729,7 +729,8 @@ public:
|
|||||||
return static_cast<Function*>(dyn_cast<Function>(getOperand(0)));
|
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 const Value *getCalledValue() const { return getOperand(0); }
|
||||||
inline Value *getCalledValue() { return getOperand(0); }
|
inline Value *getCalledValue() { return getOperand(0); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user