diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-07-13 20:08:19 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-07-13 20:08:19 +0000 |
| commit | 0946f0423660174292ca620a511f491981b034d0 (patch) | |
| tree | e4d347e6f6a06a8653968808ef934910c1e9ac5f /llvm/docs/LangRef.html | |
| parent | a5ba0cb77223546475c7a2ceae41d708b5003fcc (diff) | |
| download | bcm5719-llvm-0946f0423660174292ca620a511f491981b034d0.tar.gz bcm5719-llvm-0946f0423660174292ca620a511f491981b034d0.zip | |
remove obsolete note
llvm-svn: 39825
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index a94b6d1cadd..3b91ccad8c5 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |

