]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
autofdo: Bump AUTO_PROFILE_VERSION.
authorMartin Liska <mliska@suse.cz>
Tue, 22 Jun 2021 06:54:34 +0000 (08:54 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 22 Jun 2021 06:54:34 +0000 (08:54 +0200)
gcc/ChangeLog:

* auto-profile.c (AUTO_PROFILE_VERSION): Bump as string format
was changed.

gcc/auto-profile.c

index 43d6fa0b1f02c1f31650eaedd74ef5fd3407da03..b23b82b2df4bb861523c711de504ced0f7a21c97 100644 (file)
@@ -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
 {