OSDN Git Service

* config.gcc (vax-*-linux*): Keep the original contents of
[pf3gnuchains/gcc-fork.git] / gcc / store-motion.c
index 7ff0ac6..64260ac 100644 (file)
@@ -39,7 +39,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "expr.h"
 #include "except.h"
 #include "ggc.h"
-#include "params.h"
 #include "intl.h"
 #include "timevar.h"
 #include "tree-pass.h"
@@ -646,7 +645,9 @@ compute_store_table (void)
 {
   int ret;
   basic_block bb;
+#ifdef ENABLE_CHECKING
   unsigned regno;
+#endif
   rtx insn, tmp;
   df_ref *def_rec;
   int *last_set_in, *already_set;