From 8819c82ce814a6911e2c1bfebd60b1c2366a3805 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Tue, 22 Jun 2021 08:54:34 +0200 Subject: autofdo: Bump AUTO_PROFILE_VERSION. 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(-) (limited to 'gcc/auto-profile.c') 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 { -- cgit v1.1