mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Clarify that select is only non-branching on the IR-level, it often ends
up as jump table or other forms of branches on the machine level. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bd113962b9
commit
dd6d74f064
@ -6116,7 +6116,7 @@ Overview:
|
||||
"""""""""
|
||||
|
||||
The '``select``' instruction is used to choose one value based on a
|
||||
condition, without branching.
|
||||
condition, without IR-level branching.
|
||||
|
||||
Arguments:
|
||||
""""""""""
|
||||
|
Loading…
Reference in New Issue
Block a user