[llvm-commits] [llvm] r76198 - in /llvm/trunk: docs/LangRef.html include/llvm-c/Core.h include/llvm/Attributes.h lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/AsmParser/LLToken.h lib/CodeGen/PrologEpilogInserter.cpp lib/VMCore/Attribut

Anton Korobeynikov anton at korobeynikov.info
Fri Jul 17 12:42:40 PDT 2009


Hello, Eli

> The verifier should verify that functions marked naked only contain a
> single asm statement with no inputs or outputs.
This is not true in many cases (see e.g. newlib sources).

> Also, I think the
> inliner needs to be aware of this because naked functions can't be
> inlined.
Right, I will add this.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list