public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] autofdo: Bump AUTO_PROFILE_VERSION.
@ 2021-06-22  6:55 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2021-06-22  6:55 UTC (permalink / raw)
  To: gcc-patches

Pushed as obvious.

Martin

gcc/ChangeLog:

	* auto-profile.c (AUTO_PROFILE_VERSION): Bump as string format
	was changed.
---
  gcc/auto-profile.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c
index 43d6fa0b1f0..b23b82b2df4 100644
--- a/gcc/auto-profile.c
+++ b/gcc/auto-profile.c
@@ -95,7 +95,7 @@ along with GCC; see the file COPYING3.  If not see
  */
  
  #define DEFAULT_AUTO_PROFILE_FILE "fbdata.afdo"
-#define AUTO_PROFILE_VERSION 1
+#define AUTO_PROFILE_VERSION 2
  
  namespace autofdo
  {
-- 
2.32.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-22  6:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22  6:55 [PATCH] autofdo: Bump AUTO_PROFILE_VERSION Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).