summaryrefslogtreecommitdiff
path: root/gcc/store-motion.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/store-motion.c')
-rw-r--r--gcc/store-motion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/store-motion.c b/gcc/store-motion.c
index 25282eb16c8..57793f209e7 100644
--- a/gcc/store-motion.c
+++ b/gcc/store-motion.c
@@ -54,7 +54,7 @@ along with GCC; see the file COPYING3. If not see
invalidate REG_EQUAL/REG_EQUIV notes for?).
- pattern_regs in st_expr should be a regset (on its own obstack).
- antic_stores and avail_stores should be VECs instead of lists.
- - store_motion_mems should be a vec_s instead of a list.
+ - store_motion_mems should be a vec instead of a list.
- there should be an alloc pool for struct st_expr objects.
- investigate whether it is helpful to make the address of an st_expr
a cselib VALUE.