X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=funcnode.h;h=354534d55cf60f723f7a72ee9bc6cea07ef21f98;hb=84be13530714785804bfdb52d2ae4114e6c3bbbf;hp=d8b0bc1a0a6342421dce0c17f1859175495dc158;hpb=f9cdc3f4a12363409956eb957252e6107aff8d45;p=c11tester.git diff --git a/funcnode.h b/funcnode.h index d8b0bc1a..354534d5 100644 --- a/funcnode.h +++ b/funcnode.h @@ -9,12 +9,12 @@ #define MAX_DIST 10 typedef ModelList func_inst_list_mt; +typedef ModelList predicate_trace_t; + typedef HashTable loc_inst_map_t; typedef HashTable inst_id_map_t; typedef HashTable inst_pred_map_t; -typedef ModelList predicate_trace_t; - typedef enum edge_type { IN_EDGE, OUT_EDGE, BI_EDGE } edge_type_t; @@ -136,8 +136,6 @@ private: void init_predicate_tree_data_structure(thread_id_t tid); void reset_predicate_tree_data_structure(thread_id_t tid); - PredSet predicate_leaves; - ModelVector leaves_tmp_storage; PredSet failed_predicates; /* Store the relation between this FuncNode and other FuncNodes */