]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove remaining traces of m_vecdata from comments [PR109006]
authorJakub Jelinek <jakub@redhat.com>
Sat, 4 Mar 2023 10:24:04 +0000 (11:24 +0100)
committerJakub Jelinek <jakub@redhat.com>
Sat, 4 Mar 2023 10:24:04 +0000 (11:24 +0100)
commit4ee2f419fe42222dbb21dfb0622cc7c0e46a2261
tree59c5e8c7d314fbc0d3f834fa158364e84921eccc
parent97651be1b63ae79eeff12b2867454d186e4cb7e0
Remove remaining traces of m_vecdata from comments [PR109006]

The following patch adjusts remaining references to the removed m_vecdata
array from vec.h in various comments.

2023-03-04  Jakub Jelinek  <jakub@redhat.com>

PR middle-end/109006
* vec.cc (test_auto_alias): Adjust comment for removal of
m_vecdata.
* read-rtl-function.cc (function_reader::parse_block): Likewise.
* gdbhooks.py: Likewise.
gcc/gdbhooks.py
gcc/read-rtl-function.cc
gcc/vec.cc