[ORC] Fail materialization in tasks that are destroyed before running.
[llvm-project.git] / libclc / generic / lib / integer / abs.inc
blob443d0dcb736d30b17b75f5a1d7a3264ef47c0eb9
1 _CLC_OVERLOAD _CLC_DEF __CLC_U_GENTYPE abs(__CLC_GENTYPE x) {
2   return __clc_abs(x);