aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong Xu <xur@google.com>2013-07-10 20:44:38 +0000
committerRong Xu <xur@google.com>2013-07-10 20:44:38 +0000
commitdce246f007f6d1b0521f8e5dc426da217c4c412b (patch)
treed25034a406bbe8b5ce517f20a491e6bf8ac026c3
parent390c84fa7545fa24ed30835ed7f04f8191fa4f91 (diff)
2013-07-10 Rong Xu <xur@google.com>
* common.opt (fprofile-gen-atomic) change to fprofile-generate-atomic. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/google/gcc-4_7@200885 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/common.opt14
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 8e5f9309e15..77b3d9498f0 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -1757,14 +1757,14 @@ fprofile-dump
Common Report Var(flag_profile_dump) Init(0) Optimization
Dump CFG profile for comparison.
-; fprofile-gen-atomic=0: disable aotimically update.
-; fprofile-gen-atomic=1: aotimically update edge profile counters.
-; fprofile-gen-atomic=2: aotimically update value profile counters.
-; fprofile-gen-atomic=3: aotimically update edge and value profile counters.
+; fprofile-generate-atomic=0: disable aotimically update.
+; fprofile-generate-atomic=1: aotimically update edge profile counters.
+; fprofile-generate-atomic=2: aotimically update value profile counters.
+; fprofile-generate-atomic=3: aotimically update edge and value profile counters.
; other values will be ignored (fall back to the default of 0).
-fprofile-gen-atomic=
-Common Joined UInteger Report Var(flag_profile_gen_atomic) Init(0) Optimization
-fprofile-gen-atomic=[0..3] Atomically increments for profile counters.
+fprofile-generate-atomic=
+Common Joined UInteger Report Var(flag_profile_generate_atomic) Init(0) Optimization
+fprofile-generate-atomic=[0..3] Atomically increments for profile counters.
fprofile-generate
Common