aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.h
diff options
context:
space:
mode:
authorLaurynas Biveinis <laurynas.biveinis@gmail.com>2010-12-03 04:58:47 +0000
committerLaurynas Biveinis <lauras@gcc.gnu.org>2010-12-03 04:58:47 +0000
commitfba4cb03e98178b65d41dcce32a1233358596132 (patch)
treeb5eacb7d19ea31e3b1f6dae031254bd95f59aeb7 /gcc/cselib.h
parent2e3331995e674fd5b4e7d370ec3bad48e9d8e8f1 (diff)
downloadgcc-fba4cb03e98178b65d41dcce32a1233358596132.zip
gcc-fba4cb03e98178b65d41dcce32a1233358596132.tar.gz
gcc-fba4cb03e98178b65d41dcce32a1233358596132.tar.bz2
basic-block.h (struct edge_prediction): Remove forward declaration.
2010-12-01 Laurynas Biveinis <laurynas.biveinis@gmail.com> * basic-block.h (struct edge_prediction): Remove forward declaration. * tree-flow.h (struct edge_prediction): Move from here... * predict.c (struct edge_prediction): ...to here. * cselib.h (struct elt_list): Move from here... * cselib.c (struct elt_list): ...to here. From-SVN: r167409
Diffstat (limited to 'gcc/cselib.h')
-rw-r--r--gcc/cselib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cselib.h b/gcc/cselib.h
index 5964a44..d07c8330 100644
--- a/gcc/cselib.h
+++ b/gcc/cselib.h
@@ -51,12 +51,6 @@ struct elt_loc_list {
rtx setting_insn;
};
-/* A list of cselib_val structures. */
-struct elt_list {
- struct elt_list *next;
- cselib_val *elt;
-};
-
/* Describe a single set that is part of an insn. */
struct cselib_set
{