aboutsummaryrefslogtreecommitdiff
path: root/gcc/coretypes.h
diff options
context:
space:
mode:
authorKenneth Zadeck <zadeck@naturalbridge.com>2008-07-28 23:28:46 +0000
committerKenneth Zadeck <zadeck@naturalbridge.com>2008-07-28 23:28:46 +0000
commit8a363438393932a36a67e2cc1fb762e21b10c974 (patch)
treeca429ee6c7dba7867c2398827ea63b43a7d332fc /gcc/coretypes.h
parent8917abdc8ba0fe29bc75937ed15289c98bdbe67a (diff)
2008-07-28 Kenneth Zadeck <zadeck@naturalbridge.com>
Mainline merge @138147 git-svn-id: https://gcc.gnu.org/svn/gcc/branches/lto@138220 138bc75d-0d04-0410-961f-82ee72b054a4
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 {