Implement the NoBuiltin attribute.
authorBill Wendling <isanbard@gmail.com>
Fri, 22 Feb 2013 00:12:35 +0000 (00:12 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 22 Feb 2013 00:12:35 +0000 (00:12 +0000)
commit09bd1f71eeb2558f4e4516740328b9d5e9177500
treedc6e3390cbedfe24b142aa0c0a510b66d268eb8e
parent5000f2dafffb665ff11303f1541cb191a9a4e460
Implement the NoBuiltin attribute.

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
llvm/docs/LangRef.rst
llvm/include/llvm/IR/Attributes.h
llvm/lib/AsmParser/LLLexer.cpp
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/AsmParser/LLParser.h
llvm/lib/AsmParser/LLToken.h
llvm/lib/IR/Attributes.cpp
llvm/lib/IR/Verifier.cpp
llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp
llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp