From: Justin Seyster Date: Wed, 20 Oct 2010 03:17:19 +0000 (-0400) Subject: Clarify documentation for aop_capture_assigned_value(). X-Git-Tag: release-v1.0~28^2~7 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=960a3211dc5971e1fd5582391ecbe4fc915b4c5c;p=interaspect.git Clarify documentation for aop_capture_assigned_value(). --- diff --git a/src/aop-pc-assign.c b/src/aop-pc-assign.c index cb5b7e6..40adf2b 100644 --- a/src/aop-pc-assign.c +++ b/src/aop-pc-assign.c @@ -225,9 +225,10 @@ op_get_assigned_value (struct aop_dynval *dv) return gimple_op (stmt, 1); } -/*** - * Get a dynval for the value being assigned at an assignment - * joinpoint. +/** + * Get a dynval for the value being assigned at an assignment join + * point. The type of the dynval is determined by the the type + * originally passed to aop_match_assignment_by_type(). * \param jp An assignment joinpoint. Assignment joinpoints are * obtained by joining on an aop_match_assignment_by_type() pointcut. * \return A dynval with type corresponding the the assignment