diff options
Diffstat (limited to 'gcc/ddg.c')
-rw-r--r-- | gcc/ddg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ddg.c b/gcc/ddg.c index 503965f0e60..1971ef884f3 100644 --- a/gcc/ddg.c +++ b/gcc/ddg.c @@ -507,7 +507,7 @@ build_intra_loop_deps (ddg_ptr g) int i; /* Hold the dependency analysis state during dependency calculations. */ struct deps_desc tmp_deps; - rtx head, tail; + rtx_insn *head, *tail; /* Build the dependence information, using the sched_analyze function. */ init_deps_global (); |