]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/gimplify.c
cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreachable...
[gcc.git] / gcc / gimplify.c
index 34f1b3e4dc2f288459d3389d0f92ca4a2ecb934d..e2e8585ca5a545a253f5618691a642faed19d7f6 100644 (file)
@@ -1066,7 +1066,7 @@ compare_case_labels (const void *p1, const void *p2)
   return tree_int_cst_compare (CASE_LOW (case1), CASE_LOW (case2));
 }
 
-/* Sort the case labels in LABEL_VEC in ascending order.  */
+/* Sort the case labels in LABEL_VEC in place in ascending order.  */
 
 void
 sort_case_labels (tree label_vec)
This page took 0.032975 seconds and 5 git commands to generate.