Skip to content
  • Bill Wendling's avatar
    Implement the NoBuiltin attribute. · 09bd1f71
    Bill Wendling authored
    The 'nobuiltin' attribute is applied to call sites to indicate that LLVM should
    not treat the callee function as a built-in function. I.e., it shouldn't try to
    replace that function with different code.
    
    llvm-svn: 175835
    09bd1f71
Loading