summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-10-08 11:13:33 +0200
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-10-08 13:37:56 +0200
commit30ba851880f2a6fd9e082d628199ed3a8ac95a62 (patch)
tree44bf11b81d74190bc0f48421a945b8fc463c4ec2 /gcc/common.opt
parenta853c06ec50910674e0596036d2f919345bcbbba (diff)
ipa-dlo
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 32fcce9593a..9b85cf5c0c3 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -3498,4 +3498,8 @@ fprint-access-analysis
Common Report Var(flag_print_access_analysis) Optimization
This flag is used to print the access analysis (if field is read or written to).
+fipa-dlo
+Common Report Var(flag_ipa_dlo) Optimization
+Perform data-layout optimizations
+
; This comment is to ensure we retain the blank line above.