Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/builtins.def

    r13073be r8d6155e9  
    190190
    191191/* Builtin used by implementation of Cilk Plus.  Most of these are decomposed
    192    by the compiler but a few are implemented in libcilkrts.  */
     192   by the compiler but a few are implemented in libcilkrts.  */ 
    193193#undef DEF_CILK_BUILTIN_STUB
    194194#define DEF_CILK_BUILTIN_STUB(ENUM, NAME) \
     
    204204
    205205/* Builtin used by the implementation of libsanitizer. These
    206    functions are mapped to the actual implementation of the
     206   functions are mapped to the actual implementation of the 
    207207   libtsan library. */
    208208#undef DEF_SANITIZER_BUILTIN
     
    217217#define DEF_CILKPLUS_BUILTIN(ENUM, NAME, TYPE, ATTRS)  \
    218218  DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, BT_FN_INT_VAR, BT_LAST, \
    219                false, false, false, ATTRS, false, flag_cilkplus)
     219               false, false, false, ATTRS, false, flag_cilkplus) 
    220220
    221221/* Builtin used by the implementation of Pointer Bounds Checker.  */
     
    927927DEF_GCC_BUILTIN (BUILT_IN_LINE, "LINE", BT_FN_INT, ATTR_NOTHROW_LEAF_LIST)
    928928
    929 #if 0 //Ifdefed out because we hard-coded the proper overloadings of the atomic built-ins
    930929/* Synchronization Primitives.  */
    931930#include "sync-builtins.def"
    932931
     932#if 0
    933933/* Offloading and Multi Processing builtins.  */
    934934#include "omp-builtins.def"
Note: See TracChangeset for help on using the changeset viewer.