* gcse.c (null_pointer_info): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 23 Jan 2005 19:18:39 +0000 (19:18 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 23 Jan 2005 19:18:39 +0000 (19:18 +0000)
From-SVN: r94122

gcc/ChangeLog
gcc/gcse.c

index 1fcfbd2191034963cd13a8d05a5acf67791c6100..73d25102a9330b058c3015c7356fd32e331cbfcf 100644 (file)
@@ -13,6 +13,8 @@
        (cgraph_varpool_node): Don't access cgraph_varpool_n_nodes.
        * cgraph.h: Remove the corresponding declaration.
 
+       * gcse.c (null_pointer_info): Remove.
+
 2005-01-23  Roger Sayle  <roger@eyesopen.com>
            Eric Botcazou  <ebotcazou@libertysurf.fr>
 
index 1b2fdbe3d688c210fe6b39bb814d2481b8925c50..b0bd3993d64c711b197e401933da2933ecb60b3d 100644 (file)
@@ -524,20 +524,6 @@ static int global_copy_prop_count;
 \f
 /* For available exprs */
 static sbitmap *ae_kill, *ae_gen;
-
-/* Objects of this type are passed around by the null-pointer check
-   removal routines.  */
-struct null_pointer_info
-{
-  /* The basic block being processed.  */
-  basic_block current_block;
-  /* The first register to be handled in this pass.  */
-  unsigned int min_reg;
-  /* One greater than the last register to be handled in this pass.  */
-  unsigned int max_reg;
-  sbitmap *nonnull_local;
-  sbitmap *nonnull_killed;
-};
 \f
 static void compute_can_copy (void);
 static void *gmalloc (size_t) ATTRIBUTE_MALLOC;