[llvm-commits] CVS: llvm/include/llvm/Instructions.h

Reid Spencer reid at x10sys.com
Thu Dec 28 20:11:14 PST 2006



Changes in directory llvm/include/llvm:

Instructions.h updated: 1.48 -> 1.49
---
Log message:

Doxygenify a comment.


---
Diffs of the changes:  (+2 -1)

 Instructions.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/include/llvm/Instructions.h
diff -u llvm/include/llvm/Instructions.h:1.48 llvm/include/llvm/Instructions.h:1.49
--- llvm/include/llvm/Instructions.h:1.48	Sat Dec 23 00:05:40 2006
+++ llvm/include/llvm/Instructions.h	Thu Dec 28 22:10:59 2006
@@ -729,7 +729,8 @@
     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); }
 






More information about the llvm-commits mailing list