]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-iterator.c
[multiple changes]
[thirdparty/gcc.git] / gcc / tree-iterator.c
index 3c2acd38ea7a698d923b87542856c633d01a5b45..c4c30104731d7d4bc537e0a7eab9574adce9a924 100644 (file)
@@ -330,8 +330,9 @@ expr_last (tree expr)
   return expr;
 }
 
-/* If EXPR is a single statement, naked or in a STATEMENT_LIST, then
-   return it.  Otherwise return NULL.  */
+/* If EXPR is a single statement return it.  If EXPR is a
+   STATEMENT_LIST containing exactly one statement S, return S.
+   Otherwise, return NULL.  */
 
 tree 
 expr_only (tree expr)