aboutsummaryrefslogtreecommitdiff
path: root/gcc/coretypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/coretypes.h')
-rw-r--r--gcc/coretypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/coretypes.h b/gcc/coretypes.h
index f585eb411c6..f5d62cab785 100644
--- a/gcc/coretypes.h
+++ b/gcc/coretypes.h
@@ -50,6 +50,8 @@ typedef union tree_node *tree;
typedef const union tree_node *const_tree;
union section;
typedef union section section;
+struct cl_target_option;
+struct cl_optimization;
/* The major intermediate representations of GCC. */
enum ir_type {