forked from OSchip/llvm-project
Make sure accessor is properly doxygenized. It wants two lines
llvm-svn: 6756
This commit is contained in:
parent
f42ca71f34
commit
32cbae3320
|
@ -23,6 +23,7 @@ public:
|
||||||
CallSite &operator=(const CallSite &CS) { I = CS.I; return *this; }
|
CallSite &operator=(const CallSite &CS) { I = CS.I; return *this; }
|
||||||
|
|
||||||
/// getInstruction - Return the instruction this call site corresponds to
|
/// getInstruction - Return the instruction this call site corresponds to
|
||||||
|
///
|
||||||
Instruction *getInstruction() const { return I; }
|
Instruction *getInstruction() const { return I; }
|
||||||
|
|
||||||
/// getCalledValue - Return the pointer to function that is being called...
|
/// getCalledValue - Return the pointer to function that is being called...
|
||||||
|
|
Loading…
Reference in New Issue