summaryrefslogtreecommitdiffstats
path: root/gcc/cselib.c
diff options
context:
space:
mode:
authorlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-03 04:58:47 +0000
committerlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-03 04:58:47 +0000
commiteeb030c48297a7e3cde8955ba0442ba60f59c3d9 (patch)
treeb5eacb7d19ea31e3b1f6dae031254bd95f59aeb7 /gcc/cselib.c
parentf3f03d1ef01ae945da02a8d1fc3972459b1df5c3 (diff)
downloadppe42-gcc-eeb030c48297a7e3cde8955ba0442ba60f59c3d9.tar.gz
ppe42-gcc-eeb030c48297a7e3cde8955ba0442ba60f59c3d9.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167409 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r--gcc/cselib.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cselib.c b/gcc/cselib.c
index 600930159fc..8f5e45b08d2 100644
--- a/gcc/cselib.c
+++ b/gcc/cselib.c
@@ -44,6 +44,12 @@ along with GCC; see the file COPYING3. If not see
#include "target.h"
#include "bitmap.h"
+/* A list of cselib_val structures. */
+struct elt_list {
+ struct elt_list *next;
+ cselib_val *elt;
+};
+
static bool cselib_record_memory;
static bool cselib_preserve_constants;
static int entry_and_rtx_equal_p (const void *, const void *);
OpenPOWER on IntegriCloud