projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd11396
)
Clarify that select is only non-branching on the IR-level, it often ends
author
Joerg Sonnenberger
<joerg@bec.de>
Wed, 26 Mar 2014 15:30:21 +0000
(15:30 +0000)
committer
Joerg 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
patch
|
blob
|
history
diff --git
a/docs/LangRef.rst
b/docs/LangRef.rst
index 2521b66055b60860f3db0b5d172aaf0c182f8bf9..dfbb22ffb9f1b6c35774b05857014ca048a2dabf 100644
(file)
--- 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:
""""""""""