]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/combine.c
bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.
[gcc.git] / gcc / combine.c
index a17c999a85b354a5ff7ab46c748ae54f1d9df20c..1546ec64845f19f880a1112ccb9610fa6e149ad5 100644 (file)
@@ -1087,6 +1087,9 @@ sets_function_arg_p (pat)
       return (GET_CODE (inner_dest) == REG
              && REGNO (inner_dest) < FIRST_PSEUDO_REGISTER
              && FUNCTION_ARG_REGNO_P (REGNO (inner_dest)));
+
+    default:
+      break;
     }
 
   return 0;
This page took 0.026902 seconds and 5 git commands to generate.