ivan at 0x4849.net
2007-Jun-08 03:37 UTC
[LLVMdev] mistake in documentation? [http://llvm.org/docs/LangRef.html]
Hi, For the section regarding Functions, the doc says: "The first basic block in a program is special in two ways: it is immediately executed on entrance to the function, and it is not allowed to have predecessor basic blocks" Is this really supposed to say: "The first basic block in a functionis special in two ways:" ? Thanks, Ivan --------------------- Ivan Novick http://www.0x4849.net
Chris Lattner
2007-Jun-08 17:06 UTC
[LLVMdev] mistake in documentation? [http://llvm.org/docs/LangRef.html]
On Thu, 7 Jun 2007 ivan at 0x4849.net wrote:> Is this really supposed to say: "The first basic block > in a functionis special in two ways:" ?Yep, fixed, thanks. -Chris -- http://nondot.org/sabre/ http://llvm.org/
Reasonably Related Threads
- [LLVMdev] Errata for "LLVM Assembly Language" docs (llvm.org/docs/LangRef.html)
- phys reg liveness during foldMemoryOperandImpl()
- [LLVMdev] [llvm-commits] [llvm] r160791 - in /llvm/trunk: docs/LangRef.html include/llvm/Intrinsics.td lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
- [LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
- [LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html