Fix comment documenting make_vector_stat
authorppalka <ppalka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jun 2015 16:29:47 +0000 (16:29 +0000)
committerppalka <ppalka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Jun 2015 16:29:47 +0000 (16:29 +0000)
* tree.c (make_vector_stat): Fix comment to state that the
function returns a VECTOR_CST.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224457 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.c

index 903cc3f..0f7eb1f 100644 (file)
@@ -1,3 +1,8 @@
+2015-06-13  Patrick Palka  <ppalka@gcc.gnu.org>
+
+       * tree.c (make_vector_stat): Fix comment to state that the
+       function returns a VECTOR_CST.
+
 2015-06-13  Richard Sandiford  <richard.sandiford@arm.com>
 
        * gensupport.h (add_implicit_parallel): Declare.
index be01d0e..6c194a6 100644 (file)
@@ -1652,7 +1652,7 @@ cst_and_fits_in_hwi (const_tree x)
   return TREE_INT_CST_NUNITS (x) == 1;
 }
 
-/* Build a newly constructed TREE_VEC node of length LEN.  */
+/* Build a newly constructed VECTOR_CST node of length LEN.  */
 
 tree
 make_vector_stat (unsigned len MEM_STAT_DECL)