Skip to content
Extraits de code Groupes Projets
Valider da3cecfc rédigé par Anzo's avatar Anzo
Parcourir les fichiers

changed Makefile

parent 33760857
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -46,7 +46,7 @@ plugin: ...@@ -46,7 +46,7 @@ plugin:
test: $(TESTD)/test2 test: $(TESTD)/test2
$(TESTD)/%: $(TESTSRCD)/%.c $(TESTD)/%: $(TESTSRCD)/%.c
$(CC) $(FLAGS) $(PLUGIN_FLAGS) $^ -o $@ $(CC) $(TEST_FLAGS) $(PLUGIN_FLAGS) $^ -o $@
$(OBJD)/%.o: $(SRCD)/%.cpp $(OBJD)/%.o: $(SRCD)/%.cpp
$(CXX) $(FLAGS) $(PLUGIN_INCLUDE) -c $^ -o $@ $(CXX) $(FLAGS) $(PLUGIN_INCLUDE) -c $^ -o $@
......
...@@ -152,6 +152,8 @@ void pass_mpi_collective::split_blocks(function *fun) ...@@ -152,6 +152,8 @@ void pass_mpi_collective::split_blocks(function *fun)
if (nb_collective >= 2){ if (nb_collective >= 2){
split_block(bb, prev_stmt); split_block(bb, prev_stmt);
split = true; split = true;
//The inner for doesn't stop naturally, whereas the FOR_EACH_BB_FN
//*will* iterate on the new bb we just split. hence the split=true
} }
} }
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter