From e5ee92396f333bce5c67386cee9e7a4aa904e676 Mon Sep 17 00:00:00 2001
From: "nicolas.marie" <nicolas.marie@ensiie.eu>
Date: Tue, 10 Oct 2023 10:27:09 +0200
Subject: [PATCH] fixe pass name

---
 src/pass_mpi_collective.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pass_mpi_collective.cpp b/src/pass_mpi_collective.cpp
index ed2a349..cca2fdc 100644
--- a/src/pass_mpi_collective.cpp
+++ b/src/pass_mpi_collective.cpp
@@ -16,7 +16,7 @@
 const pass_data my_pass_data =
 {
 	GIMPLE_PASS, /* type */
-	"my new ppass", /* name */
+	"MPI COLLECTIVE", /* name */
 	OPTGROUP_NONE, /* optinfo_flags */
 	TV_OPTIMIZE, /* tv_id */
 	0, /* properties_required */
-- 
GitLab