Add missing declaration of get_restrict in C++ interface
gcc/jit/ChangeLog: * libgccjit++.h:
This commit is contained in:
parent
38202d24cc
commit
0c6c9b6454
1 changed files with 1 additions and 0 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Reference in a new issue