diff options
Diffstat (limited to 'gcc/omp-low.cc')
-rw-r--r-- | gcc/omp-low.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/omp-low.cc b/gcc/omp-low.cc index b0c3ef7..91ef74f 100644 --- a/gcc/omp-low.cc +++ b/gcc/omp-low.cc @@ -4547,7 +4547,7 @@ public: tree lastlane; vec<tree, va_heap> simt_eargs; gimple_seq simt_dlist; - poly_uint64_pod max_vf; + poly_uint64 max_vf; bool is_simt; }; |