[llvm-commits] CVS: llvm/include/llvm/Support/CallSite.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 17 16:46:06 PDT 2003
Changes in directory llvm/include/llvm/Support:
CallSite.h updated: 1.3 -> 1.4
---
Log message:
Make sure accessor is properly doxygenized. It wants two lines
---
Diffs of the changes:
Index: llvm/include/llvm/Support/CallSite.h
diff -u llvm/include/llvm/Support/CallSite.h:1.3 llvm/include/llvm/Support/CallSite.h:1.4
--- llvm/include/llvm/Support/CallSite.h:1.3 Tue Jun 17 16:44:31 2003
+++ llvm/include/llvm/Support/CallSite.h Tue Jun 17 16:44:51 2003
@@ -23,6 +23,7 @@
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...
More information about the llvm-commits
mailing list