Add missing declaration of get_restrict in C++ interface

gcc/jit/ChangeLog:

	* libgccjit++.h:
This commit is contained in:
Guillaume Gomez 2023-11-09 22:29:02 +01:00
parent 38202d24cc
commit 0c6c9b6454

View file

@ -360,6 +360,7 @@ namespace gccjit
type get_volatile ();
type get_aligned (size_t alignment_in_bytes);
type get_vector (size_t num_units);
type get_restrict ();
// Shortcuts for getting values of numeric types:
rvalue zero ();