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:
95ab3d4
)
Make sure accessor is properly doxygenized. It wants two lines
author
Chris Lattner
<sabre@nondot.org>
Tue, 17 Jun 2003 21:44:51 +0000
(21:44 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 17 Jun 2003 21:44:51 +0000
(21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6756
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/CallSite.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/CallSite.h
b/include/llvm/Support/CallSite.h
index 5a5920962ecabf34d3c30f386d496fcb11cc37f9..faf6d0d278a0d9f76f8a09fd370b86c3c882b148 100644
(file)
--- a/
include/llvm/Support/CallSite.h
+++ b/
include/llvm/Support/CallSite.h
@@
-23,6
+23,7
@@
public:
CallSite &operator=(const CallSite &CS) { I = CS.I; return *this; }
/// getInstruction - Return the instruction this call site corresponds to
+ ///
Instruction *getInstruction() const { return I; }
/// getCalledValue - Return the pointer to function that is being called...