X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=funcnode.h;h=4ba239856df8e468a7bf4f6b7518a7a95381bed7;hp=4fcbb94050051ebf7e38a18d9932bd29c99a4a96;hb=9a2ba97d13c76e9048ba7c499b3cbca0d02a84ca;hpb=7ecb1872e35ceba59b6949aa3942521e01920bd6 diff --git a/funcnode.h b/funcnode.h index 4fcbb940..4ba23985 100644 --- a/funcnode.h +++ b/funcnode.h @@ -36,8 +36,8 @@ public: void clear_read_map(uint32_t tid); /* TODO: generate EQUALITY or NULLITY predicate based on write_history in history.cc */ - void update_predicate_tree(action_list_t * act_list, HashTable * act_inst_map); - bool follow_branch(Predicate ** curr_pred, FuncInst * next_inst, HashTable * read_val_map, HashTable* loc_inst_map); + void update_predicate_tree(action_list_t * act_list); + bool follow_branch(Predicate ** curr_pred, FuncInst * next_inst, ModelAction * next_act, HashTable* loc_act_map); void print_predicate_tree(); void print_last_read(uint32_t tid);