Clarify that select is only non-branching on the IR-level, it often ends
authorJoerg Sonnenberger <joerg@bec.de>
Wed, 26 Mar 2014 15:30:21 +0000 (15:30 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Wed, 26 Mar 2014 15:30:21 +0000 (15:30 +0000)
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

docs/LangRef.rst

index 2521b66055b60860f3db0b5d172aaf0c182f8bf9..dfbb22ffb9f1b6c35774b05857014ca048a2dabf 100644 (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:
 """"""""""