Clarify documentation for aop_capture_assigned_value().
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 03:17:19 +0000 (23:17 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 20 Oct 2010 03:17:19 +0000 (23:17 -0400)
src/aop-pc-assign.c

index cb5b7e6cb3166f66e1a1942cf13e5bd94d3d690b..40adf2b8a97c624b6677ddde07ce34e702af8a79 100644 (file)
@@ -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