aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-13 20:08:19 +0000
committerChris Lattner <sabre@nondot.org>2007-07-13 20:08:19 +0000
commit744ff41e0e209340e7ede098338ab034199e7c06 (patch)
treea2a326c95a9e0d49788cddb57b28ca87d901bf05 /docs
parent05d92fe7c4310340335512a3a7de97d3cf07d68d (diff)
downloadexternal_llvm-744ff41e0e209340e7ede098338ab034199e7c06.zip
external_llvm-744ff41e0e209340e7ede098338ab034199e7c06.tar.gz
external_llvm-744ff41e0e209340e7ede098338ab034199e7c06.tar.bz2
remove obsolete note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index a94b6d1..3b91cca 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
<a href="#i_phi">PHI nodes</a>.</p>
-<p>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.</p>
-
<p>LLVM allows an explicit section to be specified for functions. If the target
supports it, it will emit functions to the section specified.</p>