Oversight in rtl.c

Bernd Schmidt bernds@redhat.co.uk
Wed Sep 6 09:53:00 GMT 2000


	* rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
	MODE_VECTOR_FLOAT.

Index: rtl.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/rtl.c,v
retrieving revision 1.77
diff -u -p -r1.77 rtl.c
--- rtl.c	2000/09/01 22:22:53	1.77
+++ rtl.c	2000/09/06 16:51:37
@@ -205,7 +205,9 @@ const enum machine_mode class_narrowest_
     /* MODE_PARTIAL_INT */	PQImode,
     /* MODE_CC */		CCmode,
     /* MODE_COMPLEX_INT */	CQImode,
-    /* MODE_COMPLEX_FLOAT */	QCmode
+    /* MODE_COMPLEX_FLOAT */	QCmode,
+    /* MODE_VECTOR_INT */	V2QImode,
+    /* MODE_VECTOR_FLOAT */	V2SFmode
 };
 
 



More information about the Gcc-patches mailing list