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:
Joerg Sonnenberger 2014-03-26 15:30:21 +00:00
parent bd113962b9
commit dd6d74f064

View File

@ -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:
""""""""""