Remove the code that checks store visibility, not being used at this time
[c11tester.git] / newfuzzer.h
index fedd047d29f4adf766747c0ab2b43f1a7fa9fae2..d3fc460e63eba02a67b2284bd9a67de8ef0db19c 100644 (file)
@@ -52,7 +52,7 @@ private:
        bool check_store_visibility(Predicate * curr_pred, FuncInst * read_inst, inst_act_map_t * inst_act_map, SnapVector<ModelAction *> * rf_set);
        Predicate * selectBranch(thread_id_t tid, Predicate * curr_pred, FuncInst * read_inst);
        bool prune_writes(thread_id_t tid, Predicate * pred, SnapVector<ModelAction *> * rf_set, inst_act_map_t * inst_act_map);
-       int choose_index(SnapVector<Predicate *> * branches);
+       int choose_branch_index(SnapVector<Predicate *> * branches);
 
        /* The set of Threads put to sleep by NewFuzzer because no writes in rf_set satisfies the selected predicate. Only used by selectWrite.
         */