update comments.

llvm-svn: 112796
This commit is contained in:
Zhongxing Xu 2010-09-02 01:56:39 +00:00
parent 92db201e23
commit dcf7b3501d
1 changed files with 3 additions and 1 deletions

View File

@ -1869,7 +1869,9 @@ void GRExprEngine::EvalBind(ExplodedNodeSet& Dst, const Stmt* StoreE,
/// EvalStore - Handle the semantics of a store via an assignment.
/// @param Dst The node set to store generated state nodes
/// @param Ex The expression representing the location of the store
/// @param AssignE The assignment expression if the store happens in an
/// assignment.
/// @param LocatioinE The location expression that is stored to.
/// @param state The current simulation state
/// @param location The location to store the value
/// @param Val The value to be stored