diff options
author | Andrew Pinski <quic_apinski@quicinc.com> | 2025-04-30 15:10:29 -0700 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2025-06-10 11:21:14 +0200 |
commit | 615a92a1e6a90bcb012deb216cd141266b0954a0 (patch) | |
tree | e661802be225a60a247ef8085bee0e39bfd6abc3 /gcc/dwarf2ctf.cc | |
parent | a35f642d231baa62d6b28e5e5aaf3cc30425552c (diff) | |
download | gcc-615a92a1e6a90bcb012deb216cd141266b0954a0.zip gcc-615a92a1e6a90bcb012deb216cd141266b0954a0.tar.gz gcc-615a92a1e6a90bcb012deb216cd141266b0954a0.tar.bz2 |
vectorizer: Fix riscv build [PR120042]
r15-9859-ga6cfde60d8c added a call to dominated_by_p to tree-vectorizer.h
but dominance.h is not always included; and you get a build failure on riscv building
riscv-vector-costs.cc.
Let's add the include of dominance.h to tree-vectorizer.h
Pushed as obvious after builds for riscv and x86_64.
gcc/ChangeLog:
PR target/120042
* tree-vectorizer.h: Include dominance.h.
Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
(cherry picked from commit 299d48ff4a34c00a6ef964b694fb9b1312683049)
Diffstat (limited to 'gcc/dwarf2ctf.cc')
0 files changed, 0 insertions, 0 deletions