Fix documentation typos.
[gcc.git] / gcc / gengenrtl.c
index e824ea684c8a82cf38a14a595b2c9a309607755e..89d3011796b1cea3ad68197bd00200959d8d9225 100644 (file)
@@ -156,7 +156,8 @@ special_rtx (int idx)
 static int
 excluded_rtx (int idx)
 {
-  return (strcmp (defs[idx].enumname, "CONST_DOUBLE") == 0);
+  return ((strcmp (defs[idx].enumname, "CONST_DOUBLE") == 0)
+         || (strcmp (defs[idx].enumname, "CONST_FIXED") == 0));
 }
 
 /* Place a list of all format specifiers we use into the array FORMAT.  */