diff --git a/docs/LangRef.html b/docs/LangRef.html index a94b6d1cadd..3b91ccad8c5 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -710,11 +710,6 @@ basic blocks (i.e. there can not be any branches to the entry block of a function). Because the block can have no predecessors, it also cannot have any PHI nodes.
-LLVM functions are identified by their name and type signature. Hence, two -functions with the same name but different parameter lists or return values are -considered different functions, and LLVM will resolve references to each -appropriately.
-LLVM allows an explicit section to be specified for functions. If the target supports it, it will emit functions to the section specified.