OSDN Git Service

2010-11-26 Ian Bolton <ian.bolton@arm.com>
[pf3gnuchains/gcc-fork.git] / gcc / config / arm / arm-protos.h
index 1b1fe12..53923bd 100644 (file)
@@ -218,6 +218,9 @@ struct tune_params
   bool (*rtx_costs) (rtx, RTX_CODE, RTX_CODE, int *, bool);
   bool (*sched_adjust_cost) (rtx, rtx, rtx, int *);
   int constant_limit;
+  int num_prefetch_slots;
+  int l1_cache_size;
+  int l1_cache_line_size;
 };
 
 extern const struct tune_params *current_tune;