summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index c614416f918..4882ac106b8 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -8238,9 +8238,6 @@ Example:
<result> = icmp ule i16 -4, 5 ; yields: result=false
<result> = icmp sge i16 4, 5 ; yields: result=false
-Note that the code generator does not yet support vector types with the
-``icmp`` instruction.
-
.. _i_fcmp:
'``fcmp``' Instruction
@@ -8353,9 +8350,6 @@ Example:
<result> = fcmp olt float 4.0, 5.0 ; yields: result=true
<result> = fcmp ueq double 1.0, 2.0 ; yields: result=false
-Note that the code generator does not yet support vector types with the
-``fcmp`` instruction.
-
.. _i_phi:
'``phi``' Instruction
OpenPOWER on IntegriCloud