1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01: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.

llvm-svn: 204819
This commit is contained in:
Joerg Sonnenberger 2014-03-26 15:30:21 +00:00
parent b74bbaf8c5
commit 1a05766f6b

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