From: Joerg Sonnenberger Date: Wed, 26 Mar 2014 15:30:21 +0000 (+0000) Subject: Clarify that select is only non-branching on the IR-level, it often ends X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dd6d74f064380d459e0e9de3ca54d79658ae0ab3;p=oota-llvm.git 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 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 2521b66055b..dfbb22ffb9f 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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: """"""""""