mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
remove obsolete note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39825 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05d92fe7c4
commit
744ff41e0e
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user