diff options
| author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-30 15:05:27 +0000 |
|---|---|---|
| committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-30 15:05:27 +0000 |
| commit | 9cb0095b61efd316b49bc75c6dbf1962a1b3fd89 (patch) | |
| tree | 0e255471f0cd4b385005e421e204b66a830adae8 /gcc/tree-ssa-live.h | |
| parent | 4b9bbb5dfd473b67cf04c3456dff53961d647081 (diff) | |
| download | gcc-9cb0095b61efd316b49bc75c6dbf1962a1b3fd89.tar.gz | |
2008-07-24 Sebastian Pop <sebastian.pop@amd.com>
Jan Sjodin <jan.sjodin@amd.com>
Partial merge from mainline (138072:138275).
* graphite.c still has to be tuplified.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@138315 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-live.h')
| -rw-r--r-- | gcc/tree-ssa-live.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-live.h b/gcc/tree-ssa-live.h index 4f021609b2f..de4726245f8 100644 --- a/gcc/tree-ssa-live.h +++ b/gcc/tree-ssa-live.h @@ -361,8 +361,8 @@ extern var_map coalesce_ssa_name (void); /* From tree-ssa-ter.c */ -extern tree *find_replaceable_exprs (var_map); -extern void dump_replaceable_exprs (FILE *, tree *); +extern gimple *find_replaceable_exprs (var_map); +extern void dump_replaceable_exprs (FILE *, gimple *); #endif /* _TREE_SSA_LIVE_H */ |
