aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-06-22 08:54:34 +0200
committerMartin Liska <mliska@suse.cz>2021-06-22 08:54:34 +0200
commit8819c82ce814a6911e2c1bfebd60b1c2366a3805 (patch)
tree3b7baadd15565586dcf35776b5d666a90f6b10b6
parent6871b899b831b4cb36a24033557c835e53c0b07f (diff)
downloadgcc-8819c82ce814a6911e2c1bfebd60b1c2366a3805.zip
gcc-8819c82ce814a6911e2c1bfebd60b1c2366a3805.tar.gz
gcc-8819c82ce814a6911e2c1bfebd60b1c2366a3805.tar.bz2
autofdo: Bump AUTO_PROFILE_VERSION.
gcc/ChangeLog: * auto-profile.c (AUTO_PROFILE_VERSION): Bump as string format was changed.
-rw-r--r--gcc/auto-profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c
index 43d6fa0..b23b82b 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
{