summaryrefslogtreecommitdiff
path: root/gcc/ddg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ddg.h')
-rw-r--r--gcc/ddg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ddg.h b/gcc/ddg.h
index fbe2988606c..e17e534af4d 100644
--- a/gcc/ddg.h
+++ b/gcc/ddg.h
@@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see
/* For basic_block. */
#include "basic-block.h"
#include "df.h"
-
+
typedef struct ddg_node *ddg_node_ptr;
typedef struct ddg_edge *ddg_edge_ptr;
typedef struct ddg *ddg_ptr;