[llvm-commits] [llvm] r39825 - /llvm/trunk/docs/LangRef.html
Chris Lattner
sabre at nondot.org
Fri Jul 13 13:08:19 PDT 2007
Author: lattner
Date: Fri Jul 13 15:08:19 2007
New Revision: 39825
URL: http://llvm.org/viewvc/llvm-project?rev=39825&view=rev
Log:
remove obsolete note
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=39825&r1=39824&r2=39825&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Fri Jul 13 15:08:19 2007
@@ -710,11 +710,6 @@
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>
More information about the llvm-commits
mailing list