diff options
Diffstat (limited to 'gcc/ada/gcc-interface/ada-tree.h')
-rw-r--r-- | gcc/ada/gcc-interface/ada-tree.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/gcc-interface/ada-tree.h b/gcc/ada/gcc-interface/ada-tree.h index f31de74..9fe52cf 100644 --- a/gcc/ada/gcc-interface/ada-tree.h +++ b/gcc/ada/gcc-interface/ada-tree.h @@ -580,6 +580,6 @@ do { \ #define EXIT_STMT_LABEL(NODE) TREE_OPERAND_CHECK_CODE (NODE, EXIT_STMT, 1) /* Small kludge to be able to define Ada built-in functions locally. - We overload them on top of the HSAIL/BRIG builtin functions. */ -#define BUILT_IN_LIKELY BUILT_IN_HSAIL_WORKITEMABSID -#define BUILT_IN_UNLIKELY BUILT_IN_HSAIL_GRIDSIZE + We overload them on top of the C++ coroutines builtin functions. */ +#define BUILT_IN_LIKELY BUILT_IN_CORO_PROMISE +#define BUILT_IN_UNLIKELY BUILT_IN_CORO_RESUME |