+2012-09-12 Uros Bizjak <ubizjak@gmail.com>
+
+ * config/i386/i386.c (x86_prefetch_sse): Change to unsigned char.
+ * config/i386/i386.h (x86_prefetch_sse): Ditto.
+
2012-09-12 H.J. Lu <hongjiu.lu@intel.com>
PR target/54445
2012-09-12 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
- * config/i386/i386.md : Comments on fma4 instruction
- selection reflect requirement on register pressure based
- cost model.
+ * config/i386/i386.md : Comments on fma4 instruction selection
+ reflect requirement on register pressure based cost model.
* config/i386/driver-i386.c (host_detect_local_cpu): fma4
flag is set-reset as informed by the cpuid flag.
/* Which instruction set architecture to use. */
enum processor_type ix86_arch;
-/* true if sse prefetch instruction is not NOOP. */
-int x86_prefetch_sse;
+/* True if processor has SSE prefetch instruction. */
+unsigned char x86_prefetch_sse;
/* -mstackrealign option */
static const char ix86_force_align_arg_pointer_string[]
#define TARGET_FISTTP (TARGET_SSE3 && TARGET_80387)
-extern int x86_prefetch_sse;
-
+extern unsigned char x86_prefetch_sse;
#define TARGET_PREFETCH_SSE x86_prefetch_sse
#define ASSEMBLER_DIALECT (ix86_asm_dialect)