summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-06 12:16:17 +0200
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-06-03 16:05:53 +0200
commit4d5d5a895a3f335cd7183d9c4c3f0807bcdca78e (patch)
tree0691ad80d65f76889ef5e0ebca14b557f93a254f /gcc/common.opt
parent079632de497a58a78971b8fc35cf3a52148857d1 (diff)
experiment with alias
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 1b770bc11a9..3f852ed4cb8 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -3420,4 +3420,8 @@ fipa-ra
Common Report Var(flag_ipa_ra) Optimization
Use caller save register across calls if possible.
+fipa-hello-world
+Common Report Var(flag_ipa_hello_world) Optimization
+TBD
+
; This comment is to ensure we retain the blank line above.