aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2015-11-13 17:24:39 -0500
committerJason Merrill <jason@gcc.gnu.org>2015-11-13 17:24:39 -0500
commit9514e74fcd529835a8963f91e12e1ee853149095 (patch)
tree74a61d6b121db6628302dca9478ae704b2173114 /gcc/tree.def
parente45639f3bd6fcc2f28256ef332dc7cc11c83acce (diff)
downloadgcc-9514e74fcd529835a8963f91e12e1ee853149095.zip
gcc-9514e74fcd529835a8963f91e12e1ee853149095.tar.gz
gcc-9514e74fcd529835a8963f91e12e1ee853149095.tar.bz2
fold-const.c (fold_convert_const): Fold changing cv-quals on VECTOR_CST.
* fold-const.c (fold_convert_const): Fold changing cv-quals on VECTOR_CST. From-SVN: r230358
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index 41064a8..44e5a5e 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -303,7 +303,7 @@ DEFTREECODE (FIXED_CST, "fixed_cst", tcc_constant, 0)
whose contents are other constant nodes. */
DEFTREECODE (COMPLEX_CST, "complex_cst", tcc_constant, 0)
-/* Contents are in TREE_VECTOR_CST_ELTS field. */
+/* Contents are in VECTOR_CST_ELTS field. */
DEFTREECODE (VECTOR_CST, "vector_cst", tcc_constant, 0)
/* Contents are TREE_STRING_LENGTH and the actual contents of the string. */