Commit 5972a110 by Matt Kraai Committed by Matt Kraai

i386.c (ix86_init_mmx_sse_builtins): Remove unused variables.

	* config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
	variables.

From-SVN: r44936
parent c8f9b302
2001-08-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
variables.
2001-08-16 Andreas Jaeger <aj@suse.de>
* config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
......
......@@ -9503,12 +9503,6 @@ ix86_init_mmx_sse_builtins ()
V4SF_type_node,
endlink)));
/* MMX/SSE/integer conversions. */
tree int_ftype_v4sf_int
= build_function_type (integer_type_node,
tree_cons (NULL_TREE, V4SF_type_node,
tree_cons (NULL_TREE,
integer_type_node,
endlink)));
tree int_ftype_v4sf
= build_function_type (integer_type_node,
tree_cons (NULL_TREE, V4SF_type_node,
......@@ -9580,17 +9574,6 @@ ix86_init_mmx_sse_builtins ()
tree_cons (NULL_TREE, V4HI_type_node,
tree_cons (NULL_TREE, integer_type_node,
endlink)));
tree di_ftype_di_int
= build_function_type (long_long_unsigned_type_node,
tree_cons (NULL_TREE, long_long_unsigned_type_node,
tree_cons (NULL_TREE, integer_type_node,
endlink)));
tree v8qi_ftype_v8qi_di
= build_function_type (V8QI_type_node,
tree_cons (NULL_TREE, V8QI_type_node,
tree_cons (NULL_TREE,
long_long_integer_type_node,
endlink)));
tree v4hi_ftype_v4hi_di
= build_function_type (V4HI_type_node,
tree_cons (NULL_TREE, V4HI_type_node,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment