]> gcc.gnu.org Git - gcc.git/commitdiff
Fix comment in contrib/gen_autofdo_event.py
authorTom de Vries <tom@codesourcery.com>
Wed, 26 Apr 2017 08:53:31 +0000 (08:53 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Wed, 26 Apr 2017 08:53:31 +0000 (08:53 +0000)
2017-04-26  Tom de Vries  <tom@codesourcery.com>

* gen_autofdo_event.py: Fix comment.

From-SVN: r247274

contrib/ChangeLog
contrib/gen_autofdo_event.py

index dfe58892f1b18bfbe773f41f4b7402d96619e3ff..fce97497cb55547b2df0821269e0fab18534e169 100644 (file)
@@ -1,3 +1,7 @@
+2017-04-26  Tom de Vries  <tom@codesourcery.com>
+
+       * gen_autofdo_event.py: Fix comment.
+
 2017-04-11  Damian Rouson  <damian@sourceryinstitute.org>
 
         * download_prerequisites (md5_check): New function emulates Linux
index 3865cbb2ee50780b8fa15d734df0883b58f6a46f..c97460c61c69e26addecb98e2cd6858d3249638c 100755 (executable)
@@ -104,7 +104,7 @@ if args.script:
     print '''#!/bin/sh
 # Profile workload for gcc profile feedback (autofdo) using Linux perf.
 # Auto generated. To regenerate for new CPUs run
-# contrib/gen_autofdo_event.py --shell --all in gcc source
+# contrib/gen_autofdo_event.py --script --all in gcc source
 
 # usages:
 # gcc-auto-profile program             (profile program and children)
This page took 0.070474 seconds and 5 git commands to generate.