diff options
Diffstat (limited to 'gcc/internal-fn.def')
-rw-r--r-- | gcc/internal-fn.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/internal-fn.def b/gcc/internal-fn.def index 25badbb..8de1fa8 100644 --- a/gcc/internal-fn.def +++ b/gcc/internal-fn.def @@ -512,6 +512,11 @@ DEF_INTERNAL_FN (PHI, 0, NULL) automatic variable. */ DEF_INTERNAL_FN (DEFERRED_INIT, ECF_CONST | ECF_LEAF | ECF_NOTHROW, NULL) +/* A function to associate the access size and access mode information + with the corresponding reference to an object. It only reads from the + 2nd argument. */ +DEF_INTERNAL_FN (ACCESS_WITH_SIZE, ECF_PURE | ECF_LEAF | ECF_NOTHROW, NULL) + /* DIM_SIZE and DIM_POS return the size of a particular compute dimension and the executing thread's position within that dimension. DIM_POS is pure (and not const) so that it isn't |